Skip to content

Commit 4a6229a

Browse files
authored
Update RouteServiceProvider.php (laravel#5818)
1 parent 345e465 commit 4a6229a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ public function boot()
3131
$this->routes(function () {
3232
Route::prefix('api')
3333
->middleware('api')
34-
->namespace($this->namespace)
3534
->group(base_path('routes/api.php'));
3635

3736
Route::middleware('web')
38-
->namespace($this->namespace)
3937
->group(base_path('routes/web.php'));
4038
});
4139
}

0 commit comments

Comments
 (0)