We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012b1e commit 41608b0Copy full SHA for 41608b0
components/event_dispatcher/introduction.rst
@@ -393,6 +393,7 @@ subscribes to the ``kernel.response`` and ``store.order`` events::
393
394
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
395
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
396
+ use Acme\StoreBundle\Event\FilterOrderEvent;
397
398
class StoreSubscriber implements EventSubscriberInterface
399
{
0 commit comments