Compare commits
2 Commits
16b1802412
...
bb0a684366
| Author | SHA1 | Date | |
|---|---|---|---|
| bb0a684366 | |||
|
|
0b45d970b6 |
@@ -175,7 +175,7 @@ class Scheduler extends Command
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'Daily':
|
case 'Daily':
|
||||||
if (now()->format('H:i') == '10:30') {
|
if (now()->format('H:i') == '01:00') {
|
||||||
\Artisan::call('send:invoice-data-report', [
|
\Artisan::call('send:invoice-data-report', [
|
||||||
'schedule_type' => $rule->schedule_type,
|
'schedule_type' => $rule->schedule_type,
|
||||||
'plant' => $rule->plant,
|
'plant' => $rule->plant,
|
||||||
|
|||||||
Reference in New Issue
Block a user