|
@@ -46,7 +46,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('tip_withdraw')->withoutOverlapping()->everyMinute();
|
|
|
$schedule->command('tip_withdraw_days')->withoutOverlapping()->dailyAt('15:00');
|
|
|
|
|
|
- $schedule->command('fifteen_no_finish')->withoutOverlapping()->dailyAt('12:00');
|
|
|
+ $schedule->command('fifteen_no_finish')->withoutOverlapping()->dailyAt('10:00');
|
|
|
|
|
|
$schedule->command('finished_order')->withoutOverlapping()->everyMinute();
|
|
|
|