Skip to content

Commit

Permalink
Merge pull request #1202 from dmaicher/fix_1201
Browse files Browse the repository at this point in the history
fix BC break for removed service alias
  • Loading branch information
alcaeus authored Aug 25, 2020
2 parents 22add17 + e540dce commit f515308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/dbal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<tag name="kernel.reset" method="reset" />
</service>
<service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine" public="false" />
<service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine" public="false" />

<service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension" public="false">
<tag name="twig.extension" />
Expand Down

0 comments on commit f515308

Please sign in to comment.