logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -53,11 +53,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
{
|
||||
Route::middleware('web')
|
||||
->namespace($this->namespace)
|
||||
->group(base_path('routes/public.php'));
|
||||
|
||||
Route::middleware(['web', 'auth'])
|
||||
->namespace($this->namespace)
|
||||
->group(base_path('routes/user.php'));
|
||||
->group(base_path('routes/web.php'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user