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 2429e3b commit fad45f4Copy full SHA for fad45f4
app/code/Magento/Deploy/cli_commands.php
@@ -5,5 +5,5 @@
5
*/
6
7
if (PHP_SAPI == 'cli') {
8
- \Magento\Framework\Console\CommandLocator::register(Magento\Deploy\Console\CommandList::class);
+ \Magento\Framework\Console\CommandLocator::register('Magento\Deploy\Console\CommandList');
9
}
0 commit comments