diff options
Diffstat (limited to 'app/Console/Kernel.php')
| -rw-r--r-- | app/Console/Kernel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 9c4f298..ee6ae61 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel sleep(10); echo "\nsaveAiringForAll(): \n"; $background->saveAiringForAll(); - })->dailyAt('18:00'); + })->dailyAt('18:30'); #})->everyMinute(); $schedule->call( function(){ |
