diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index 33a41a002..ed0bc6728 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -73,7 +73,7 @@ class BlacklistController extends Controller } //Return the view - return view('blacklist.add')->with('success', 'Character added to the blacklist.'); + return redirect('/blacklist/display/add')->with('success', 'Character added to the blacklist.'); } public function RemoveFromBlacklist(Request $request) {