Skip to content

Commit

Permalink
Fix YAML config bug
Browse files Browse the repository at this point in the history
Should be merged into all version branches
  • Loading branch information
Holicz authored Jan 5, 2018
1 parent 5aa7f8a commit 876d572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion event_dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ using a special "tag":
# app/config/services.yml
services:
AppBundle\EventListener\ExceptionListener:
app.exception_listener:
class: AppBundle\EventListener\ExceptionListener:
tags:
- { name: kernel.event_listener, event: kernel.exception }
Expand Down

0 comments on commit 876d572

Please sign in to comment.