mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
cron indicator improvement
This commit is contained in:
@@ -70,8 +70,8 @@ class Kernel extends ConsoleKernel
|
||||
->daily()
|
||||
->at('00:20');
|
||||
|
||||
// Store latest cron timestamp
|
||||
cache()->set('latest_cron_update', now()->toString());
|
||||
$schedule->call(fn () => cache()->set('latest_cron_update', now()->toString()))
|
||||
->everyMinute();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user