entity stuff for blacklist'

This commit is contained in:
2019-12-28 23:34:08 -06:00
parent e54a2c1c5f
commit 1f2d68600b

View File

@@ -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