This commit is contained in:
Tokumeikoi
2020-03-02 20:29:17 +08:00
parent c8cb1f8e83
commit 47686d50c5
6 changed files with 48 additions and 60 deletions

View File

@ -14,7 +14,7 @@ class ServerService
$query->where('expired_at', '>=', time())
->orWhere('expired_at', NULL);
})
->where('enable', 1)
->where('banned', 1)
->select([
'id',
'email',