We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bad992 commit 826615aCopy full SHA for 826615a
quick_tour/flex_recipes.rst
@@ -80,7 +80,7 @@ Thanks to Flex, after one command, you can start using Twig immediately:
80
namespace App\Controller;
81
82
use Symfony\Component\Routing\Attribute\Route;
83
- - use Symfony\Component\HttpFoundation\Response;
+ use Symfony\Component\HttpFoundation\Response;
84
+ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
85
86
- class DefaultController
0 commit comments