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.
2 parents fbc656c + c6f95e2 commit 41ba499Copy full SHA for 41ba499
lib/internal/Magento/Framework/Console/Cli.php
@@ -237,7 +237,7 @@ private function assertCompilerPreparation()
237
*/
238
private function writeGenerationDirectoryReadError()
239
{
240
- $output = new Console\Output\ConsoleOutput();
+ $output = new \Symfony\Component\Console\Output\ConsoleOutput();
241
$output->writeln(
242
'<error>'
243
. 'Command line user does not have read and write permissions on '
0 commit comments