@@ -59,8 +59,8 @@ discard block |
||
59 | 59 | protected function mapWebRoutes() |
60 | 60 | { |
61 | 61 | Route::middleware('web') |
62 | - ->namespace($this->namespace) |
|
63 | - ->group(base_path('routes/web.php')); |
|
62 | + ->namespace($this->namespace) |
|
63 | + ->group(base_path('routes/web.php')); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | protected function mapApiRoutes() |
74 | 74 | { |
75 | 75 | Route::middleware('api') |
76 | - ->namespace($this->namespace) |
|
77 | - ->group(base_path('routes/api.php')); |
|
76 | + ->namespace($this->namespace) |
|
77 | + ->group(base_path('routes/api.php')); |
|
78 | 78 | } |
79 | 79 | } |