This commit is contained in:
2019-12-01 03:51:04 -06:00
parent 829eb8428d
commit aaab8310b8

View File

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