This commit is contained in:
Tokumeikoi 2020-03-02 20:47:52 +08:00
parent 376c79aa91
commit 3763320261
2 changed files with 2 additions and 2 deletions

View File

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

File diff suppressed because one or more lines are too long