schedule
parent
cc4875f541
commit
d1c3d0e6ea
|
|
@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
// $schedule->command('inspire')->hourly();
|
||||
$schedule->call(fn () => logger('schdule running'))->everyMinute();
|
||||
// $schedule->call(fn () => logger('schdule running'))->everyMinute();
|
||||
$schedule->command('patient-record:notify')->daily();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue