We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506d796 commit 42710cfCopy full SHA for 42710cf
bin/magento
@@ -8,7 +8,7 @@
8
try {
9
require __DIR__ . '/../app/bootstrap.php';
10
if (PHP_SAPI == 'cli') {
11
- $application = new Magento\Framework\Cli('Magento CLI');
+ $application = new Magento\Framework\Console\Cli('Magento CLI');
12
$application->run();
13
}
14
lib/internal/Magento/Framework/Cli.php renamed to lib/internal/Magento/Framework/Console/Cli.php
@@ -4,7 +4,7 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-namespace Magento\Framework;
+namespace Magento\Framework\Console;
use Symfony\Component\Console\Application as SymfonyApplication;
use Magento\Framework\App\Bootstrap;
0 commit comments