Skip to content

Commit 89a5701

Browse files
committed
Fix namespace
1 parent 148fd32 commit 89a5701

File tree

1 file changed

+2
-2
lines changed
  • tests/Type/Doctrine/data/QueryResult/Entities

1 file changed

+2
-2
lines changed

tests/Type/Doctrine/data/QueryResult/Entities/Many.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Bug245Episode
112112
/**
113113
* @var \Doctrine\Common\Collections\Collection<Bug245Segment>
114114
* @ORM\OneToMany(
115-
* targetEntity="App\VideoBundle\Entity\Segment",
115+
* targetEntity="\QueryResult\Entities\Bug245Segment",
116116
* mappedBy="episode",
117117
* cascade={"persist", "remove"},
118118
* orphanRemoval=true
@@ -129,7 +129,7 @@ class Bug245Segment
129129
{
130130
/**
131131
* @ORM\ManyToOne(
132-
* targetEntity="App\VideoBundle\Entity\Episode",
132+
* targetEntity="\QueryResult\Entities\Bug245Episode",
133133
* inversedBy="segments",
134134
* cascade={"persist"}
135135
* )

0 commit comments

Comments
 (0)