We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80da8c commit 2f57e95Copy full SHA for 2f57e95
app/Console/Kernel.php
@@ -27,7 +27,7 @@ protected function schedule(Schedule $schedule): void
27
->onOneServer()
28
->sentryMonitor('process-authorized-transactions-job');
29
30
- $schedule->command('app:notification-end-project-period', ['--days' => $daysBeforeProjectExpiration])
+ $schedule->command('app:notification-end-project-period')
31
->dailyAt('09:00')
32
->name('notification-end-project-period')
33
0 commit comments