Skip to content

Commit 464a143

Browse files
committed
minor #465 Add missing use statement for LiveCollectionType (zairigimad)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Add missing use statement for LiveCollectionType | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- aee0dea Add missing use statement for LiveCollectionType
2 parents 5a13c71 + aee0dea commit 464a143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@ Now, create a Twig component to render the form::
12371237
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
12381238
use Symfony\UX\LiveComponent\DefaultActionTrait;
12391239
use Symfony\UX\LiveComponent\LiveCollectionTrait;
1240+
use Symfony\UX\LiveComponent\Attribute\LiveProp;
12401241
use App\Entity\BlogPost;
12411242
use App\Form\BlogPostFormType;
12421243

0 commit comments

Comments
 (0)