From 05493a7bd70d3d8bdc9f9bd41e5ef5ada6df719d Mon Sep 17 00:00:00 2001 From: Aleksej Date: Thu, 26 Sep 2019 12:39:54 +0300 Subject: [PATCH] Update routing.rst --- components/routing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/routing.rst b/components/routing.rst index 22b9ea9f342..d0fd32abde2 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -40,6 +40,7 @@ A routing system has three parts: Here is a quick example:: use App\Controller\BlogController; + use Symfony\Component\Routing\Generator\UrlGenerator; use Symfony\Component\Routing\Matcher\UrlMatcher; use Symfony\Component\Routing\RequestContext; use Symfony\Component\Routing\Route;