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