File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Bundle/Resources/config/services/integrations Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3030 <service id =" sylius.translation.translatable_listener.doctrine.orm" class =" Sylius\Bundle\ResourceBundle\EventListener\ORMTranslatableListener" >
3131 <argument type =" service" id =" sylius.resource_registry" />
3232 <argument type =" service" id =" sylius.translatable_entity_locale_assigner" />
33- <tag name =" doctrine.event_subscriber" connection =" default" priority =" 99" />
33+ <tag name =" doctrine.event_listener" connection =" default" event =" loadClassMetadata" priority =" 99" />
34+ <tag name =" doctrine.event_listener" connection =" default" event =" postLoad" priority =" 99" />
3435 </service >
3536 <service id =" Sylius\Bundle\ResourceBundle\EventListener\ORMTranslatableListener" alias =" sylius.translation.translatable_listener.doctrine.orm" />
3637
You can’t perform that action at this time.
0 commit comments