@@ -48,8 +48,8 @@ |
||
48 | 48 | protected function mapWebRoutes() |
49 | 49 | { |
50 | 50 | Route::middleware('web') |
51 | - ->namespace($this->namespace) |
|
52 | - ->group(base_path('routes/web.php')); |
|
51 | + ->namespace($this->namespace) |
|
52 | + ->group(base_path('routes/web.php')); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |