File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<!-- Event listener -->
10
10
11
- <service id =" api_platform.doctrine_mongodb.odm.listener.mercure.publish" class =" ApiPlatform\Doctrine\EventListener\PublishMercureUpdatesListener" >
11
+ <service id =" api_platform.doctrine_mongodb.odm.listener.mercure.publish" class =" ApiPlatform\Doctrine\Common\ EventListener\PublishMercureUpdatesListener" >
12
12
<argument type =" service" id =" api_platform.resource_class_resolver" />
13
13
<argument type =" service" id =" api_platform.symfony.iri_converter" />
14
14
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
Original file line number Diff line number Diff line change 8
8
9
9
<!-- Event listener -->
10
10
11
- <service id =" api_platform.doctrine.listener.http_cache.purge" class =" ApiPlatform\Doctrine\EventListener\PurgeHttpCacheListener" >
11
+ <service id =" api_platform.doctrine.listener.http_cache.purge" class =" ApiPlatform\Doctrine\Common\ EventListener\PurgeHttpCacheListener" >
12
12
<argument type =" service" id =" api_platform.http_cache.purger" />
13
13
<argument type =" service" id =" api_platform.iri_converter" />
14
14
<argument type =" service" id =" api_platform.resource_class_resolver" />
Original file line number Diff line number Diff line change 8
8
9
9
<!-- Event listener -->
10
10
11
- <service id =" api_platform.doctrine.orm.listener.mercure.publish" class =" ApiPlatform\Doctrine\EventListener\PublishMercureUpdatesListener" >
11
+ <service id =" api_platform.doctrine.orm.listener.mercure.publish" class =" ApiPlatform\Doctrine\Common\ EventListener\PublishMercureUpdatesListener" >
12
12
<argument type =" service" id =" api_platform.resource_class_resolver" />
13
13
<argument type =" service" id =" api_platform.iri_converter" />
14
14
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
You can’t perform that action at this time.
0 commit comments