mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use laravel default error pages
This commit is contained in:
@@ -283,6 +283,6 @@ class ProfileController extends BasePageController
|
||||
return redirect()->to('profile');
|
||||
}
|
||||
|
||||
return view('errors.badboy')->with('warning', 'Dont try to delete another user account!');
|
||||
return view('errors.503')->with('warning', 'Dont try to delete another user account!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user