fixing stuff
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<?php
|
||||
$router->get('/', '/', [new HomeController(), 'home']);
|
||||
use src\Controller\HomeController;
|
||||
|
||||
$router->get('/', [new HomeController(), 'index']);
|
||||
Reference in New Issue
Block a user