diff --git a/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php index d8045dd917..5a069aa308 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php @@ -120,8 +120,8 @@ EOT mkdir($dir, 0777, true); } + $output->writeln(sprintf('Generating entity for "%s"', $bundle)); + $output->writeln(sprintf(' > generating %s', $fullEntityClassName)); file_put_contents($path, $code); - - $this->runCommand('doctrine:generate-entities'); } } \ No newline at end of file