Skip to content

Commit

Permalink
Fix handler class name in service config
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Mar 17, 2018
1 parent 47a3c60 commit 987b2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- { name: 'response_handler.handler' }

simple_response.handler.redirect_response:
class: SolidWorx\SimpleResponseBundle\Handler\RouteRedirectResponse
class: SolidWorx\SimpleResponseBundle\Handler\RouteRedirectHandler
arguments: ['@router']
tags:
- { name: 'response_handler.handler' }
- { name: 'response_handler.handler' }

0 comments on commit 987b2d6

Please sign in to comment.