@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | $router->group( |
16 | 16 | ['controllerNamespace' => 'AbterPhp\Framework\Http\Controllers'], |
17 | - function (Router $router) { |
|
17 | + function(Router $router) { |
|
18 | 18 | /** @see \AbterPhp\Framework\Http\Controllers\Website\Index::notFound() */ |
19 | 19 | $router->any( |
20 | 20 | '/:anything', |