File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<!-- State -->
24
24
25
- <service id =" api_platform.hydra.processor.link" class =" ApiPlatform\Hydra\State\HydraLinkProcessor" decorates =" api_platform.state_processor" >
25
+ <service id =" api_platform.hydra.processor.link" class =" ApiPlatform\Hydra\State\HydraLinkProcessor" decorates =" api_platform.state_processor" decoration-priority = " 410 " >
26
26
<argument type =" service" id =" api_platform.hydra.processor.link.inner" />
27
27
<argument type =" service" id =" api_platform.router" />
28
28
</service >
Original file line number Diff line number Diff line change 7
7
<services >
8
8
<!-- Event listener -->
9
9
10
- <service id =" api_platform.mercure.processor.add_link_header" class =" ApiPlatform\Symfony\State\MercureLinkProcessor" decorates =" api_platform.state_processor" >
10
+ <service id =" api_platform.mercure.processor.add_link_header" class =" ApiPlatform\Symfony\State\MercureLinkProcessor" decorates =" api_platform.state_processor" decoration-priority = " 400 " >
11
11
<argument type =" service" id =" api_platform.mercure.processor.add_link_header.inner" />
12
12
<argument type =" service" id =" Symfony\Component\Mercure\Discovery" on-invalid =" ignore" />
13
13
</service >
You can’t perform that action at this time.
0 commit comments