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)