Skip to content

Commit

Permalink
Added the missing namespace in example of a subscriber class
Browse files Browse the repository at this point in the history
  • Loading branch information
raulconti committed Jan 27, 2016
1 parent c012b1e commit 41608b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ subscribes to the ``kernel.response`` and ``store.order`` events::

use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Acme\StoreBundle\Event\FilterOrderEvent;

class StoreSubscriber implements EventSubscriberInterface
{
Expand Down

0 comments on commit 41608b0

Please sign in to comment.