fixing stuff

This commit is contained in:
2026-04-21 14:03:37 +02:00
parent 3de979fc65
commit 7ee3d6441a
5 changed files with 16 additions and 7 deletions

View File

@@ -1,2 +1,4 @@
<?php
$router->get('/', '/', [new HomeController(), 'home']);
use src\Controller\HomeController;
$router->get('/', [new HomeController(), 'index']);