Skip to content

Commit

Permalink
Merge pull request summerblue#15 from 2017noobman/patch-1
Browse files Browse the repository at this point in the history
修复命令错误
  • Loading branch information
liyu001989 authored Aug 15, 2018
2 parents 3dd3a32 + fd07b6d commit ff4ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function schedule(Schedule $schedule)
$schedule->command('larabbs:calculate-active-user')->hourly();

// 每日零时执行一次
$schedule->command('larabbs:calculate-active-user')->dailyAt('00:00');
$schedule->command('larabbs:sync-user-actived-at')->dailyAt('00:00');
}

/**
Expand Down

0 comments on commit ff4ad3b

Please sign in to comment.