Skip to content

Commit 0fd85a5

Browse files
committed
minor #12379 Update routing.rst (AleksejJur)
This PR was squashed before being merged into the 4.3 branch (closes #12379). Discussion ---------- Update routing.rst Missing 'use Symfony\Component\Routing\Generator\UrlGenerator;' in Routing Component documentation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 05493a7 Update routing.rst
2 parents 12c6cad + 05493a7 commit 0fd85a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/routing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ A routing system has three parts:
4040
Here is a quick example::
4141

4242
use App\Controller\BlogController;
43+
use Symfony\Component\Routing\Generator\UrlGenerator;
4344
use Symfony\Component\Routing\Matcher\UrlMatcher;
4445
use Symfony\Component\Routing\RequestContext;
4546
use Symfony\Component\Routing\Route;

0 commit comments

Comments
 (0)