Fix type for new meta command 🤷‍♀️ (#997)

This commit is contained in:
Markus Podar
2020-08-30 21:33:19 +02:00
committed by GitHub
parent bd5b6ecee7
commit 462989abd5
+1 -1
View File
@@ -58,7 +58,7 @@ class MetaCommand extends Command
'\App::makeWith(0)', '\App::makeWith(0)',
'\app(0)', '\app(0)',
'\resolve(0)', '\resolve(0)',
'\Psr\Container\ContainerInterface::get', '\Psr\Container\ContainerInterface::get(0)',
]; ];
/** /**