Skip to content

Commit

Permalink
fix clear command registeration (#21256)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored and taylorotwell committed Sep 19, 2017
1 parent c6af0b6 commit addfd04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected function registerAuthMakeCommand()
protected function registerCacheClearCommand()
{
$this->app->singleton('command.cache.clear', function ($app) {
return new CacheClearCommand($app['cache']);
return new CacheClearCommand($app['cache'], $app['files']);
});
}

Expand Down

0 comments on commit addfd04

Please sign in to comment.