entity stuff for blacklist'
This commit is contained in:
@@ -58,7 +58,7 @@ class BlacklistController extends Controller
|
|||||||
|
|
||||||
//See if the entity is already on the list
|
//See if the entity is already on the list
|
||||||
$count = BlacklistEntity::where([
|
$count = BlacklistEntity::where([
|
||||||
'name' => $request->name,
|
'entity_name' => $request->name,
|
||||||
])->count();
|
])->count();
|
||||||
|
|
||||||
//If the count is 0, then add the character to the blacklist
|
//If the count is 0, then add the character to the blacklist
|
||||||
|
|||||||
Reference in New Issue
Block a user