Browse Source

上海

develop
lemon 4 years ago
parent
commit
52bb2eae41
  1. 2
      app/Console/Kernel.php

2
app/Console/Kernel.php

@ -27,7 +27,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command('demand:timeout')->everyMinute();
$schedule->command('balance:due')->dailyAt('10:15');
$schedule->command('balance:due')->dailyAt('10:30')->timezone('Asia/Shanghai');
// $schedule->command('inspire')->hourly();
}

Loading…
Cancel
Save