mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- Added status column to the fixed plan table
- Ability to delete fixed plan if there isn't any subscribed user - Improved error handling in subscription module
This commit is contained in:
@@ -76,6 +76,9 @@ class Kernel extends ConsoleKernel
|
||||
->daily()
|
||||
->at('00:20');
|
||||
|
||||
$schedule->command('config:clear')
|
||||
->daily();
|
||||
|
||||
$schedule->call(fn () => cache()->set('latest_cron_update', now()->toString()))
|
||||
->everyMinute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user