Skip to content

Commit acaabb6

Browse files
committed
Fixed JobLabelAssignments ORM
1 parent 74b50ad commit acaabb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Company/src/Company/Model/JobLabel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class JobLabel
5252
/**
5353
* The Assignments this Label belongs to.
5454
*
55-
* @ORM\ManyToMany(targetEntity="Company\Model\JobLabelAssignment", mappedBy="label", cascade={"persist"})
55+
* @ORM\OneToMany(targetEntity="Company\Model\JobLabelAssignment", mappedBy="label", cascade={"persist"})
5656
*/
5757
protected $assignments;
5858

0 commit comments

Comments
 (0)