Skip to content

Commit 41ba499

Browse files
committed
Merge remote-tracking branch 'falcon/MAGETWO-62655' into MAGETWO-62964
2 parents fbc656c + c6f95e2 commit 41ba499

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private function assertCompilerPreparation()
237237
*/
238238
private function writeGenerationDirectoryReadError()
239239
{
240-
$output = new Console\Output\ConsoleOutput();
240+
$output = new \Symfony\Component\Console\Output\ConsoleOutput();
241241
$output->writeln(
242242
'<error>'
243243
. 'Command line user does not have read and write permissions on '

0 commit comments

Comments
 (0)