We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0052 commit 0769ef1Copy full SHA for 0769ef1
app/Providers/RouteServiceProvider.php
@@ -44,7 +44,7 @@ public function boot()
44
->group(base_path('routes/api.php'));
45
46
Route::middleware('web')
47
- ->namespace($this->namespace)
+ ->namespace('App\Http\Controllers')
48
->group(base_path('routes/web.php'));
49
});
50
}
0 commit comments