Files
2026-01-18 00:53:18 +00:00

8 lines
87 B
PHP

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