Skip to content

Commit b5d7f2e

Browse files
committed
minor #19650 keep use statement for the Response class (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- keep use statement for the Response class fixes #19648 Commits ------- 826615a keep use statement for the Response class
2 parents d468692 + 826615a commit b5d7f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/flex_recipes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Thanks to Flex, after one command, you can start using Twig immediately:
8080
namespace App\Controller;
8181
8282
use Symfony\Component\Routing\Attribute\Route;
83-
- use Symfony\Component\HttpFoundation\Response;
83+
use Symfony\Component\HttpFoundation\Response;
8484
+ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
8585
8686
- class DefaultController

0 commit comments

Comments
 (0)