@@ -163,7 +163,7 @@ |
||
| 163 | 163 | */ |
| 164 | 164 | protected function registerRoutes() |
| 165 | 165 | { |
| 166 | - Route::group($this->routeConfiguration(), function () { |
|
| 166 | + Route::group($this->routeConfiguration(), function() { |
|
| 167 | 167 | $this->loadRoutesFrom(__DIR__.'/../../routes/web.php'); |
| 168 | 168 | }); |
| 169 | 169 | } |