File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Bridge/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
<argument type =" service" id =" service_container" />
37
37
<argument >%api_platform.formats%</argument >
38
38
<argument >%api_platform.resource_class_directories%</argument >
39
- <argument type =" service" id =" api_platform.subresource_operation_factory" />
39
+ <argument type =" service" id =" api_platform.subresource_operation_factory.cached " />
40
40
41
41
<tag name =" routing.loader" />
42
42
</service >
90
90
<service id =" api_platform.operation_path_resolver.router" class =" ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver" public =" false" >
91
91
<argument type =" service" id =" api_platform.router" />
92
92
<argument type =" service" id =" api_platform.operation_path_resolver.custom" />
93
- <argument type =" service" id =" api_platform.subresource_operation_factory" />
93
+ <argument type =" service" id =" api_platform.subresource_operation_factory.cached " />
94
94
</service >
95
95
96
96
<service id =" api_platform.operation_path_resolver.custom" class =" ApiPlatform\Core\PathResolver\CustomOperationPathResolver" public =" false" >
You can’t perform that action at this time.
0 commit comments