mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
update onetime package
This commit is contained in:
@ -12,7 +12,7 @@ class ServerService
|
||||
->whereRaw('u + d < transfer_enable')
|
||||
->where(function ($query) {
|
||||
$query->where('expired_at', '>=', time())
|
||||
->orWhere('expired_at', 0);
|
||||
->orWhere('expired_at', NULL);
|
||||
})
|
||||
->where('enable', 1)
|
||||
->select([
|
||||
|
Reference in New Issue
Block a user