Fix orderby annotation
This commit is contained in:
parent
48f43136d9
commit
6b5ddabf93
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Level
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\OneToMany(targetEntity="Target", mappedBy="level", cascade={"persist"})
|
* @ORM\OneToMany(targetEntity="Target", mappedBy="level", cascade={"persist"})
|
||||||
* @OrderBy({"position" = "ASC"})
|
* @ORM\OrderBy({"position" = "ASC"})
|
||||||
*/
|
*/
|
||||||
private $targets;
|
private $targets;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue