We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab86f7f commit 05493a7Copy full SHA for 05493a7
components/routing.rst
@@ -40,6 +40,7 @@ A routing system has three parts:
40
Here is a quick example::
41
42
use App\Controller\BlogController;
43
+ use Symfony\Component\Routing\Generator\UrlGenerator;
44
use Symfony\Component\Routing\Matcher\UrlMatcher;
45
use Symfony\Component\Routing\RequestContext;
46
use Symfony\Component\Routing\Route;
0 commit comments