Skip to content

Commit

Permalink
Add missing use statement for LiveCollectionType
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswebapp committed Sep 19, 2022
1 parent 2d31033 commit 7cd95b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LiveComponent/src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ Now, create a Twig component to render the form::
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
use Symfony\UX\LiveComponent\DefaultActionTrait;
use Symfony\UX\LiveComponent\LiveCollectionTrait;
use Symfony\UX\LiveComponent\Attribute\LiveProp;
use App\Entity\BlogPost;
use App\Form\BlogPostFormType;

Expand Down

0 comments on commit 7cd95b0

Please sign in to comment.