Skip to content

Commit

Permalink
Renaming the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jan 8, 2025
1 parent 11a0d6a commit 131b82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ services:
$validationErrorsBuilder: '@Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
$problemDetailsResponseFactory: '@Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
tags:
- { name: 'phauthentic.problem_details.exception_converter'' }
- { name: 'phauthentic.problem_details.exception_converter' }

Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter:
arguments:
$problemDetailsFactory: '@Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
tags:
- { name: 'phauthentic.problem_details.exception_converter'' }
- { name: 'phauthentic.problem_details.exception_converter' }

Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter:
tags:
- { name: 'phauthentic.problem_details.exception_converter'' }
- { name: 'phauthentic.problem_details.exception_converter' }

Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener:
arguments:
Expand Down

0 comments on commit 131b82b

Please sign in to comment.