We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eec57e + fbf4cbb commit c3b80d0Copy full SHA for c3b80d0
config/services.xml
@@ -12,7 +12,7 @@
12
<tag name="kernel.event_listener" event="kernel.exception" method="onKernelException" priority="-5" />
13
</service>
14
<service id="Phpro\ApiProblemBundle\Transformer\Chain" class="Phpro\ApiProblemBundle\Transformer\Chain">
15
- <argument type="tagged" tag="phpro.api_problem.exception_transformer" />
+ <argument type="tagged_iterator" tag="phpro.api_problem.exception_transformer" />
16
17
<service id="Phpro\ApiProblemBundle\Transformer\ApiProblemExceptionTransformer" class="Phpro\ApiProblemBundle\Transformer\ApiProblemExceptionTransformer">
18
<tag name="phpro.api_problem.exception_transformer" />
0 commit comments