Fix a bug where route:cache would not properly clear the old setup
This commit is contained in:
@@ -386,7 +386,7 @@ class SettingsController extends Controller
|
||||
}
|
||||
|
||||
if (Binput::has('always_authenticate')) {
|
||||
Artisan::call('route:cache');
|
||||
Artisan::call('route:clear');
|
||||
}
|
||||
|
||||
return Redirect::back()->withSuccess(trans('dashboard.settings.edit.success'));
|
||||
|
||||
Reference in New Issue
Block a user