Remove unused use vars (#1027)

This commit is contained in:
Markus Podar
2020-08-30 21:32:47 +02:00
committed by GitHub
parent 3b66fea925
commit bd5b6ecee7
+1 -1
View File
@@ -86,7 +86,7 @@ class IdeHelperServiceProvider extends ServiceProvider
$this->app->singleton( $this->app->singleton(
'command.ide-helper.eloquent', 'command.ide-helper.eloquent',
function ($app) use ($localViewFactory) { function ($app) {
return new EloquentCommand($app['files']); return new EloquentCommand($app['files']);
} }
); );