mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Remove unused use vars (#1027)
This commit is contained in:
@@ -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']);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user