Skip to content

Commit

Permalink
Fixing services
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Jan 8, 2025
1 parent e4c8673 commit 06cb9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ services:

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

0 comments on commit 06cb9e1

Please sign in to comment.