Skip to content

Commit c3b80d0

Browse files
authored
Merge pull request #26 from sitepark/master
tagged tag is deprecated in symfony 7.2
2 parents 9eec57e + fbf4cbb commit c3b80d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<tag name="kernel.event_listener" event="kernel.exception" method="onKernelException" priority="-5" />
1313
</service>
1414
<service id="Phpro\ApiProblemBundle\Transformer\Chain" class="Phpro\ApiProblemBundle\Transformer\Chain">
15-
<argument type="tagged" tag="phpro.api_problem.exception_transformer" />
15+
<argument type="tagged_iterator" tag="phpro.api_problem.exception_transformer" />
1616
</service>
1717
<service id="Phpro\ApiProblemBundle\Transformer\ApiProblemExceptionTransformer" class="Phpro\ApiProblemBundle\Transformer\ApiProblemExceptionTransformer">
1818
<tag name="phpro.api_problem.exception_transformer" />

0 commit comments

Comments
 (0)