Skip to content

Commit

Permalink
Update EntitiesToPropertyTransformer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SebLevDev authored Oct 28, 2024
1 parent 64fe9c2 commit 27f1c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/DataTransformer/EntitiesToPropertyTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EntitiesToPropertyTransformer implements DataTransformerInterface
{
protected ObjectManager $em;
protected string $className;
protected string $textProperty;
protected ?string $textProperty = null;
protected string $primaryKey;
protected string $newTagPrefix;
protected string $newTagText;
Expand Down

0 comments on commit 27f1c85

Please sign in to comment.