We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2297e23 commit c2c7e0dCopy full SHA for c2c7e0d
tests/Fixtures/TestBundle/Entity/Issue6225/Bar6225.php
@@ -40,7 +40,7 @@ public function __construct()
40
private Uuid $id;
41
42
#[ORM\OneToOne(mappedBy: 'bar', cascade: ['persist', 'remove'])]
43
- private Foo6225 $foo;
+ private ?Foo6225 $foo;
44
45
#[ORM\Column(length: 255)]
46
#[Groups(['Foo:Write', 'Foo:Read'])]
0 commit comments