Commit f6881dfa authored by Nicolas Widart's avatar Nicolas Widart

Inject $app instance to console command

parent 1153b6db
......@@ -88,7 +88,8 @@ class CoreServiceProvider extends ServiceProvider
$this->app->bindShared('command.asgard.install', function($app) {
return new InstallCommand(
$app['Modules\User\Repositories\UserRepository'],
$app['files']
$app['files'],
$app
);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment