Skip to content

Commit

Permalink
Merge branch 'service-definition' into attribute-support
Browse files Browse the repository at this point in the history
  • Loading branch information
relthyg committed Mar 26, 2024
2 parents cff9540 + 44f3a0d commit 33ab041
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 33ab041

Please sign in to comment.