diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index 2cc114267..a8e0a4ed7 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -58,7 +58,7 @@ class BlacklistController extends Controller //See if the entity is already on the list $count = BlacklistEntity::where([ - 'name' => $request->name, + 'entity_name' => $request->name, ])->count(); //If the count is 0, then add the character to the blacklist