Skip to content

Commit e4c8673

Browse files
authoredJan 8, 2025
Renaming the tags (#6)
1 parent 38484bd commit e4c8673

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎config/services.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ services:
1313
$validationErrorsBuilder: '@Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
1414
$problemDetailsResponseFactory: '@Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
1515
tags:
16-
- { name: 'exception.converter' }
16+
- { name: 'phauthentic.problem_details.exception_converter' }
1717

1818
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter:
1919
arguments:
2020
$problemDetailsFactory: '@Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
2121
tags:
22-
- { name: 'exception.converter' }
22+
- { name: 'phauthentic.problem_details.exception_converter' }
2323

2424
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter:
2525
tags:
26-
- { name: 'exception.converter' }
26+
- { name: 'phauthentic.problem_details.exception_converter' }
2727

2828
Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener:
2929
arguments:
30-
$exceptionConverters: !tagged_iterator exception.converter
30+
$exceptionConverters: !tagged_iterator phauthentic.problem_details.exception_converter'
3131
tags:
3232
- { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }

0 commit comments

Comments
 (0)