Commit 4abe9de9 authored by Barney Hanlon's avatar Barney Hanlon Committed by GitHub

Example missing `use` reference to Symfony's EventDispatcherInterface

parent d8ccc9c1
......@@ -131,6 +131,7 @@ Here is an example of such a provider::
use Silex\Application;
use Silex\Api\BootableProviderInterface;
use Silex\Api\EventListenerProviderInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment