Commit 6fd1faba authored by Fabien Potencier's avatar Fabien Potencier

minor #1425 Example missing `use` reference to Symfony's EventDispatcherInterface (shrikeh)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Example missing `use` reference to Symfony's EventDispatcherInterface

Commits
-------

4abe9de9 Example missing `use` reference to Symfony's EventDispatcherInterface
parents d8ccc9c1 4abe9de9
......@@ -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