Add timer, moved schedule to commands

This commit is contained in:
Fairuz
2021-09-12 12:48:28 +08:00
parent a203c5bf12
commit e80dbf4b49
+1 -1
View File
@@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command('command:curlVTCommand')
->everyMinute()//dailyAt('15:00')
->dailyAt('15:00')
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/curlvt.log');