Skip to content

Commit c59d466

Browse files
authored
add missing use for Template attribute
1 parent 83cd877 commit c59d466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ to define the template to render::
463463

464464
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
465465
use Symfony\Component\HttpFoundation\Response;
466+
use Symfony\Bridge\Twig\Attribute\Template;
466467

467468
class ProductController extends AbstractController
468469
{

0 commit comments

Comments
 (0)