We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2ef6c commit 8fe54b8Copy full SHA for 8fe54b8
templates.rst
@@ -461,9 +461,9 @@ to define the template to render::
461
// src/Controller/ProductController.php
462
namespace App\Controller;
463
464
+ use Symfony\Bridge\Twig\Attribute\Template;
465
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
466
use Symfony\Component\HttpFoundation\Response;
- use Symfony\Bridge\Twig\Attribute\Template;
467
468
class ProductController extends AbstractController
469
{
0 commit comments