Skip to content

Commit 86c5022

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: keep use statement for the Response class
2 parents da7f1ac + b5d7f2e commit 86c5022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/flex_recipes.rst

Lines changed: 1 addition & 1 deletion
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)