We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b0526 commit da174f0Copy full SHA for da174f0
Resources/config/commands.xml
@@ -22,7 +22,7 @@
22
23
<service id="Ecommit\UtilBundle\Command\GenerateEntitiesCommand" class="Ecommit\UtilBundle\Command\GenerateEntitiesCommand">
24
<argument type="service" id="Ecommit\UtilBundle\Doctrine\EntityGenerator" />
25
- <argument type="service" id="Doctrine\Persistence\ManagerRegistry" />
+ <argument type="service" id="Doctrine\Persistence\ManagerRegistry" on-invalid="null" />
26
<tag name="console.command"/>
27
</service>
28
0 commit comments