Files
2026-06-04 11:13:34 +01:00

8 lines
87 B
PHP

<?php
class HomeController {
static function index() {
return blade("index");
}
}