File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/Bridge/Symfony/Bundle/Resources/config
tests/Bridge/Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 69
69
<argument type =" service" id =" api_platform.filters" />
70
70
</service >
71
71
72
- <!-- Action -->
73
-
74
- <service id =" api_platform.hydra.action.exception" class =" ApiPlatform\Core\Hydra\Action\ExceptionAction" >
75
- <argument type =" service" id =" api_platform.hydra.normalizer.error" />
76
- </service >
77
-
78
72
</services >
79
73
80
74
</container >
Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ private function getContainerBuilderProphecy()
268
268
'api_platform.hal.normalizer.collection ' ,
269
269
'api_platform.hal.normalizer.entrypoint ' ,
270
270
'api_platform.hal.normalizer.item ' ,
271
- 'api_platform.hydra.action.exception ' ,
272
271
'api_platform.hydra.listener.response.add_link_header ' ,
273
272
'api_platform.hydra.normalizer.collection ' ,
274
273
'api_platform.hydra.normalizer.collection_filters ' ,
You can’t perform that action at this time.
0 commit comments