Skip to content

Commit 0769ef1

Browse files
🔧 Change bootable route middlewares namespace
1 parent d3c0052 commit 0769ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function boot()
4444
->group(base_path('routes/api.php'));
4545

4646
Route::middleware('web')
47-
->namespace($this->namespace)
47+
->namespace('App\Http\Controllers')
4848
->group(base_path('routes/web.php'));
4949
});
5050
}

0 commit comments

Comments
 (0)