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 42711a6 commit 5d92931Copy full SHA for 5d92931
tests/Functional/TestBundle/Entity/PageDataWithComponent.php
@@ -25,8 +25,10 @@
25
class PageDataWithComponent extends AbstractPageData
26
{
27
#[ORM\ManyToOne(targetEntity: DummyComponent::class)]
28
+ #[ORM\JoinColumn(nullable: true, onDelete: 'SET NULL')]
29
public ?DummyComponent $component = null;
30
31
#[ORM\ManyToOne(targetEntity: DummyPublishableComponent::class)]
32
33
public ?DummyPublishableComponent $publishableComponent = null;
34
}
0 commit comments