Skip to content

Commit dae33e4

Browse files
silasjoistenOskarStark
authored andcommitted
Adds missing use statement
1 parent f5887e7 commit dae33e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: routing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@ optional ``priority`` parameter in those routes to control their priority:
969969
namespace App\Controller;
970970
971971
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
972+
use Symfony\Component\HttpFoundation\Response;
972973
use Symfony\Component\Routing\Attribute\Route;
973974
974975
class BlogController extends AbstractController

0 commit comments

Comments
 (0)