@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | $l_routes = [ |
| 4 | - ['GET','/', 'App\Controller\DefaultController::home', 'default_home'], |
|
| 4 | + [ 'GET', '/', 'App\Controller\DefaultController::home', 'default_home' ], |
|
| 5 | 5 | ]; |