Skip to content

Commit 27f1c85

Browse files
authored
Update EntitiesToPropertyTransformer.php
1 parent 64fe9c2 commit 27f1c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/DataTransformer/EntitiesToPropertyTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class EntitiesToPropertyTransformer implements DataTransformerInterface
1515
{
1616
protected ObjectManager $em;
1717
protected string $className;
18-
protected string $textProperty;
18+
protected ?string $textProperty = null;
1919
protected string $primaryKey;
2020
protected string $newTagPrefix;
2121
protected string $newTagText;

0 commit comments

Comments
 (0)