1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

#1120 - avoiding storing the Doctrine\ORM\EntityManager in the command itself

This commit is contained in:
Marco Pivetta 2014-10-19 17:51:17 +02:00
parent cf078d8da8
commit ed79648d7d

View file

@ -77,7 +77,6 @@ EOT
$entityManager = $this->getHelper('em')->getEntityManager();
$this->output = $output;
$this->entityManager = $entityManager;
$this->displayEntity($entityName, $entityManager);