@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | public function boot() |
| 25 | 25 | { |
| 26 | - if (! $this->app->routesAreCached()) { |
|
| 26 | + if (!$this->app->routesAreCached()) { |
|
| 27 | 27 | require __DIR__.'/../routes.php'; |
| 28 | 28 | } |
| 29 | 29 | |