File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ services:
31
31
tags :
32
32
- { name: kernel.event_listener, event: kernel.request, method: onKernelRequest }
33
33
34
- # Event subscribers are similar to event listeners but they don't need service tags.
35
- # Instead, the PHP class of the event subscriber includes a method that returns
36
- # the list of events listened by that class .
34
+ # Event subscribers are similar to event listeners but they don't need to add
35
+ # a separate tag for each listened event. Instead, the PHP class of the event
36
+ # subscriber includes a method that returns the list of listened events .
37
37
# See http://symfony.com/doc/current/event_dispatcher.html#creating-an-event-subscriber
38
38
app.console_subscriber :
39
39
class : AppBundle\EventListener\ConsoleEventSubscriber
You can’t perform that action at this time.
0 commit comments