Skip to content

Commit 826615a

Browse files
committed
keep use statement for the Response class
1 parent 1bad992 commit 826615a

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)