Skip to content

Commit f8988b5

Browse files
committed
fix doc rst
1 parent bbadfbc commit f8988b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,12 +1340,12 @@ Component with a ``JsonResponse`` in a LiveAction:
13401340
// src/Twig/Components/Posts.php
13411341
namespace App\Twig\Components;
13421342

1343+
use App\Repository\PostRepository;
1344+
use Doctrine\ORM\EntityManagerInterface;
1345+
use Exception;
13431346
use Symfony\Component\HttpFoundation\JsonResponse;
13441347
use Symfony\UX\LiveComponent\Attribute\LiveAction;
13451348
use Symfony\UX\LiveComponent\Attribute\LiveArg;
1346-
use Doctrine\ORM\EntityManagerInterface;
1347-
use App\Repository\PostRepository;
1348-
use Exception;
13491349

13501350
class Posts
13511351
{

0 commit comments

Comments
 (0)