mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-30 09:49:31 +00:00
add accompanying period where the person is requestor + badge in results
This commit is contained in:
@@ -213,7 +213,7 @@ class AccompanyingPeriod implements TrackCreationInterface, TrackUpdateInterface
|
||||
private $scopes;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity=Person::class)
|
||||
* @ORM\ManyToOne(targetEntity=Person::class, inversedBy="accompanyingPeriodRequested")
|
||||
* @ORM\JoinColumn(nullable=true)
|
||||
*/
|
||||
private $requestorPerson;
|
||||
|
||||
Reference in New Issue
Block a user