We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906a699 commit c43ab59Copy full SHA for c43ab59
1 file changed
app/Console/Kernel.php
@@ -46,7 +46,7 @@ class Kernel extends ConsoleKernel
46
*/
47
protected function schedule(Schedule $schedule)
48
{
49
- $schedule->command('p:process:runnable')->everyMinute()->withoutOverlapping();
+ $schedule->command('p:schedule:process')->everyMinute()->withoutOverlapping();
50
$schedule->command('p:maintenance:clean-service-backups')->daily();
51
}
52
0 commit comments