Fixed meta not working with app()->makeWith() (#791)

This commit is contained in:
Guilherme Pressutto
2019-05-29 17:09:57 +02:00
committed by Barry vd. Heuvel
parent 87ebe458e9
commit 8ab6e0536b
+1
View File
@@ -47,6 +47,7 @@ class MetaCommand extends Command
protected $methods = [
'new \Illuminate\Contracts\Container\Container',
'\Illuminate\Container\Container::makeWith(0)',
'\Illuminate\Contracts\Container\Container::make(0)',
'\Illuminate\Contracts\Container\Container::makeWith(0)',
'\App::make(0)',