WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8fe54b8

Browse files
committed
Sort imports alphabetically
1 parent 0d2ef6c commit 8fe54b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,9 @@ to define the template to render::
461461
// src/Controller/ProductController.php
462462
namespace App\Controller;
463463

464+
use Symfony\Bridge\Twig\Attribute\Template;
464465
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
465466
use Symfony\Component\HttpFoundation\Response;
466-
use Symfony\Bridge\Twig\Attribute\Template;
467467

468468
class ProductController extends AbstractController
469469
{

0 commit comments

Comments
 (0)