Skip to content

Commit

Permalink
改进
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Sep 30, 2021
1 parent 71443bf commit 89584c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function configure()
*/
protected function execute()
{
$this->app->invoke([$this, 'handle']);
$this->app->invoke([$this, 'handle'], [], true);
}

final public function run()
Expand Down

0 comments on commit 89584c3

Please sign in to comment.