Skip to content

Commit da174f0

Browse files
committed
Fix doctrine service
1 parent 64b0526 commit da174f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/commands.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<service id="Ecommit\UtilBundle\Command\GenerateEntitiesCommand" class="Ecommit\UtilBundle\Command\GenerateEntitiesCommand">
2424
<argument type="service" id="Ecommit\UtilBundle\Doctrine\EntityGenerator" />
25-
<argument type="service" id="Doctrine\Persistence\ManagerRegistry" />
25+
<argument type="service" id="Doctrine\Persistence\ManagerRegistry" on-invalid="null" />
2626
<tag name="console.command"/>
2727
</service>
2828

0 commit comments

Comments
 (0)