Skip to content

Commit 279ac8b

Browse files
committed
minor #7398 Add missing use statement (Totof6942)
This PR was merged into the 2.7 branch. Discussion ---------- Add missing use statement Commits ------- de7a260 Add missing use statement
2 parents 9576bc1 + de7a260 commit 279ac8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing/redirect_trailing_slash.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ system, as explained below:
4242
// src/AppBundle/Controller/RedirectingController.php
4343
namespace AppBundle\Controller;
4444
45+
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
4546
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
4647
use Symfony\Component\HttpFoundation\Request;
4748

0 commit comments

Comments
 (0)