Skip to content

Commit

Permalink
bug #3550 Update introduction.rst (taavit)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Feb 16, 2014
2 parents 384538b + 5f696f5 commit 143db2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/http_kernel/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ a built-in ControllerResolver that can be used to create a working example::
use Symfony\Component\HttpKernel\HttpKernel;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\HttpKernel\Controller\ControllerResolver;
use Symfony\Component\HttpKernel\EventListener\RouterListener;
use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\Matcher\UrlMatcher;
Expand Down

0 comments on commit 143db2f

Please sign in to comment.