mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
fix
This commit is contained in:
parent
376c79aa91
commit
3763320261
@ -14,7 +14,7 @@ class ServerService
|
|||||||
$query->where('expired_at', '>=', time())
|
$query->where('expired_at', '>=', time())
|
||||||
->orWhere('expired_at', NULL);
|
->orWhere('expired_at', NULL);
|
||||||
})
|
})
|
||||||
->where('banned', 1)
|
->where('banned', 0)
|
||||||
->select([
|
->select([
|
||||||
'id',
|
'id',
|
||||||
'email',
|
'email',
|
||||||
|
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user