We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fe9c2 commit 27f1c85Copy full SHA for 27f1c85
1 file changed
Form/DataTransformer/EntitiesToPropertyTransformer.php
@@ -15,7 +15,7 @@ class EntitiesToPropertyTransformer implements DataTransformerInterface
15
{
16
protected ObjectManager $em;
17
protected string $className;
18
- protected string $textProperty;
+ protected ?string $textProperty = null;
19
protected string $primaryKey;
20
protected string $newTagPrefix;
21
protected string $newTagText;
0 commit comments