mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Transform join table between Person and AccompanyingPeriod in Doctrine entity
This commit is contained in:
@@ -77,9 +77,9 @@ class AccompanyingPeriod
|
||||
|
||||
/**
|
||||
* @var Collection
|
||||
* @ORM\ManyToMany(
|
||||
* targetEntity="Chill\PersonBundle\Entity\Person",
|
||||
* mappedBy="accompanyingPeriods")
|
||||
*
|
||||
* @ORM\OneToMany(targetEntity=AccompanyingPeriodParticipation::class,
|
||||
* mappedBy="accompanyingPeriod")
|
||||
*/
|
||||
private $persons;
|
||||
|
||||
|
Reference in New Issue
Block a user