mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix: resolve traffic reset time generation and refactor reset logic
- Add fix-null mode to ResetTraffic command - Refactor reset logic for better separation of concerns - Update migration to reuse fix functionality
This commit is contained in:
@@ -138,7 +138,10 @@ class UserController extends Controller
|
||||
'd',
|
||||
'transfer_enable',
|
||||
'email',
|
||||
'uuid'
|
||||
'uuid',
|
||||
'device_limit',
|
||||
'speed_limit',
|
||||
'next_reset_at'
|
||||
])
|
||||
->first();
|
||||
if (!$user) {
|
||||
|
||||
Reference in New Issue
Block a user