mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 18:43:12 +00:00
Remove contracts from L4 version
This commit is contained in:
@@ -43,8 +43,6 @@ class MetaCommand extends Command {
|
|||||||
|
|
||||||
protected $methods = [
|
protected $methods = [
|
||||||
'\Illuminate\Foundation\Application::make',
|
'\Illuminate\Foundation\Application::make',
|
||||||
'\Illuminate\Contracts\Foundation\Application::make',
|
|
||||||
'\Illuminate\Contracts\Container\Container::make',
|
|
||||||
'\Illuminate\Container\Container::make',
|
'\Illuminate\Container\Container::make',
|
||||||
'\App::make',
|
'\App::make',
|
||||||
'app',
|
'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user