mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
More methods
This commit is contained in:
@@ -43,8 +43,11 @@ 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',
|
||||||
'\App::make',
|
'\App::make',
|
||||||
'app'
|
'app',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user