Skip to content

Commit 41608b0

Browse files
committed
Added the missing namespace in example of a subscriber class
1 parent c012b1e commit 41608b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/event_dispatcher/introduction.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ subscribes to the ``kernel.response`` and ``store.order`` events::
393393

394394
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
395395
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
396+
use Acme\StoreBundle\Event\FilterOrderEvent;
396397

397398
class StoreSubscriber implements EventSubscriberInterface
398399
{

0 commit comments

Comments
 (0)