mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Add timer, moved schedule to commands
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user