Compare commits
2 Commits
22cbb6c4d3
...
4ca965ccb1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ca965ccb1 | |||
|
|
def447e12b |
@@ -209,7 +209,7 @@ class Scheduler extends Command
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'Daily':
|
case 'Daily':
|
||||||
if (now()->format('H:i') == '08:00') {
|
if (now()->format('H:i') == '12:07') {
|
||||||
\Artisan::call('send:invoice-transit-report', [
|
\Artisan::call('send:invoice-transit-report', [
|
||||||
'schedule_type' => $rule->schedule_type,
|
'schedule_type' => $rule->schedule_type,
|
||||||
'plant' => $rule->plant,
|
'plant' => $rule->plant,
|
||||||
@@ -220,7 +220,6 @@ class Scheduler extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper to call Artisan commands with parameters.
|
* Helper to call Artisan commands with parameters.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user