Skip to content

Commit 61b38a4

Browse files
committed
minor #8551 Update YAML service (matt9mg)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8551). Discussion ---------- Update YAML service Use the new service container configuration in the yaml example Commits ------- 461c53a Update YAML service
2 parents 218d588 + 461c53a commit 61b38a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

event_dispatcher.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ using a special "tag":
7777
7878
# app/config/services.yml
7979
services:
80-
app.exception_listener:
81-
class: AppBundle\EventListener\ExceptionListener
80+
AppBundle\EventListener\ExceptionListener:
8281
tags:
8382
- { name: kernel.event_listener, event: kernel.exception }
8483

0 commit comments

Comments
 (0)