Skip to content

Commit ab93193

Browse files
authored
Add missing use statement for LiveCollectionType
1 parent 5a13c71 commit ab93193

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
@@ -1204,6 +1204,7 @@ via the ``LiveCollectionType``::
12041204
use Symfony\Component\Form\FormBuilderInterface;
12051205
use Symfony\Component\OptionsResolver\OptionsResolver;
12061206
use Symfony\UX\LiveComponent\Form\Type\LiveCollectionType;
1207+
use Symfony\UX\LiveComponent\Attribute\LiveProp;
12071208
use App\Entity\BlogPost;
12081209

12091210
class BlogPostFormType extends AbstractType

0 commit comments

Comments
 (0)