8000 minor #17461 [Templating] add missing use for Template attribute (tac… · symfony/symfony-docs@0d2ef6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d2ef6c

Browse files
committed
minor #17461 [Templating] add missing use for Template attribute (tacman)
This PR was merged into the 6.2 branch. Discussion ---------- [Templating] add missing use for Template attribute <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- c59d466 add missing use for Template attribute
2 parents 970f029 + c59d466 commit 0d2ef6c

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)
0