mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
add onetime plan
This commit is contained in:
@ -14,6 +14,7 @@ class ServerService
|
||||
$query->where('expired_at', '>=', time())
|
||||
->orWhere('expired_at', 0);
|
||||
})
|
||||
->where('enable', 1)
|
||||
->select([
|
||||
'id',
|
||||
'email',
|
||||
|
Reference in New Issue
Block a user