This commit is contained in:
2019-12-01 03:58:38 -06:00
parent 67b9f10156
commit 52937d4d51

View File

@@ -73,7 +73,7 @@ class BlacklistController extends Controller
}
//Return the view
return redirect('/blacklist/display/add')->with('success', 'Character added to the blacklist.');
return redirect('/blacklist/display/add')->with('success', $request->name . ' added to the blacklist.');
}
public function RemoveFromBlacklist(Request $request) {