Skip to content

Commit 5f696f5

Browse files
taavitweaverryan
authored andcommitted
Update introduction.rst
Found that use Symfony\Component\HttpKernel\EventListener\RouterListener; is missing in full working example.
1 parent 384538b commit 5f696f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/http_kernel/introduction.rst

+1
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ a built-in ControllerResolver that can be used to create a working example::
601601
use Symfony\Component\HttpKernel\HttpKernel;
602602
use Symfony\Component\EventDispatcher\EventDispatcher;
603603
use Symfony\Component\HttpKernel\Controller\ControllerResolver;
604+
use Symfony\Component\HttpKernel\EventListener\RouterListener;
604605
use Symfony\Component\Routing\RouteCollection;
605606
use Symfony\Component\Routing\Route;
606607
use Symfony\Component\Routing\Matcher\UrlMatcher;

0 commit comments

Comments
 (0)