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 148fd32 commit 89a5701Copy full SHA for 89a5701
tests/Type/Doctrine/data/QueryResult/Entities/Many.php
@@ -112,7 +112,7 @@ class Bug245Episode
112
/**
113
* @var \Doctrine\Common\Collections\Collection<Bug245Segment>
114
* @ORM\OneToMany(
115
- * targetEntity="App\VideoBundle\Entity\Segment",
+ * targetEntity="\QueryResult\Entities\Bug245Segment",
116
* mappedBy="episode",
117
* cascade={"persist", "remove"},
118
* orphanRemoval=true
@@ -129,7 +129,7 @@ class Bug245Segment
129
{
130
131
* @ORM\ManyToOne(
132
- * targetEntity="App\VideoBundle\Entity\Episode",
+ * targetEntity="\QueryResult\Entities\Bug245Episode",
133
* inversedBy="segments",
134
* cascade={"persist"}
135
* )
0 commit comments