Skip to content

Commit

Permalink
Merge branch 'attribute-support' into doctrine-persistence-3
Browse files Browse the repository at this point in the history
  • Loading branch information
relthyg committed Mar 26, 2024
2 parents 067c1c8 + 33ab041 commit a7fae36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<defaults autowire="true" autoconfigure="true" />

<service id="Webfactory\Bundle\PolyglotBundle\Doctrine\PolyglotListener">
<argument type="service" id="annotation_reader"/>
<tag name="doctrine.event_subscriber" priority="-100" />
<tag name="doctrine.event_listener" priority="-100" event="postFlush"/>
<tag name="doctrine.event_listener" priority="-100" event="prePersist"/>
<tag name="doctrine.event_listener" priority="-100" event="preFlush"/>
<tag name="doctrine.event_listener" priority="-100" event="postLoad"/>
<tag name="monolog.logger" channel="webfactory_polyglot_bundle"/>
</service>

Expand Down

0 comments on commit a7fae36

Please sign in to comment.