From b5da5dbde6119fb503467f54a77857383b99ed53 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 1 Dec 2019 03:11:47 -0600 Subject: [PATCH] stuff --- 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 45e567144..eff6634a8 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -52,7 +52,7 @@ class BlacklistController extends Controller $count = BlacklistUser::where([ 'name' => $request->name, ])->count(); - dd($count); + //If the count is 0, then add the character to the blacklist if($count === 0) { //Get the character id from the universe end point