8000 bug #3550 Update introduction.rst (taavit) · symfony/symfony-docs@143db2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 143db2f

Browse files
committed
bug #3550 Update introduction.rst (taavit)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3550). Discussion ---------- Update introduction.rst Found that use Symfony\Component\HttpKernel\EventListener\RouterListener; is missing in full working example. Commits ------- 89f23be Update introduction.rst
2 parents 384538b + 5f696f5 commit 143db2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/http_kernel/introduction.rst

Lines changed: 1 addition & 0 deletions
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)
0