From 67b9f1015681ebe50b39fb8cbe5fb319ff559711 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 1 Dec 2019 03:57:54 -0600 Subject: [PATCH] message --- app/Http/Controllers/Blacklist/BlacklistController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {