From b8bdd7780f1313a42347f97d58998b772f8ac1d6 Mon Sep 17 00:00:00 2001 From: Siva Kumar Date: Sat, 25 Apr 2015 23:43:04 +0530 Subject: [PATCH] Avoid following error: Autoload error: Recoverable Error: Argument 1 passed to Symfony\Component\Console\Application::add() must be an instance of Symfony\Component\Console\Command\Command, string given, called in /var/www/html/magento2/lib/internal/Magento/Framework/Console/Cli.php on line 27 and defined in /var/www/html/magento2/vendor/symfony/console/Symfony/Component/Console/Application.php on line 384 --- lib/internal/Magento/Framework/Console/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/Console/README.md b/lib/internal/Magento/Framework/Console/README.md index 8d77e82bdff72..b9057127c8891 100644 --- a/lib/internal/Magento/Framework/Console/README.md +++ b/lib/internal/Magento/Framework/Console/README.md @@ -8,7 +8,7 @@ For example we can introduce new command in module using di.xml: - Magento\MyModule\Console\TestMeCommand + Magento\MyModule\Console\TestMeCommand