@@ -61,7 +61,7 @@ |
||
| 61 | 61 | $router->group(['prefix' => \Flare::config('admin_url'), 'middleware' => ['flarebase']], function ($router) { |
| 62 | 62 | |
| 63 | 63 | // Needs replacing with implicit routes, as controller is deprecated as of 5.2 and will be removed in 5.3 |
| 64 | - $router->controller('/', $this->namespace.'\AdminController'); |
|
| 64 | + $router->controller('/', $this->namespace . '\AdminController'); |
|
| 65 | 65 | |
| 66 | 66 | }); |
| 67 | 67 | } |