Skip to content

Commit 708945f

Browse files
committed
minor #20833 [Routing] Adds missing use statement (silasjoisten)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Routing] Adds missing use statement <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `7.x` for features of unreleased versions). --> Commits ------- dae33e4 Adds missing use statement
2 parents f5887e7 + dae33e4 commit 708945f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)