Skip to content

Commit de7a260

Browse files
authored
Add missing use statement
1 parent 9576bc1 commit de7a260

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)