From 462989abd5dd77f57dc552f6770a05bda66a17bf Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sun, 30 Aug 2020 21:33:19 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20type=20for=20new=20meta=20command=20?= =?UTF-8?q?=F0=9F=A4=B7=E2=80=8D=E2=99=80=EF=B8=8F=20(#997)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Console/MetaCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php index 58d0ef8..08bfcbe 100644 --- a/src/Console/MetaCommand.php +++ b/src/Console/MetaCommand.php @@ -58,7 +58,7 @@ class MetaCommand extends Command '\App::makeWith(0)', '\app(0)', '\resolve(0)', - '\Psr\Container\ContainerInterface::get', + '\Psr\Container\ContainerInterface::get(0)', ]; /**