mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
entity person: allow center to be not null
This commit is contained in:
@@ -254,7 +254,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
||||
* @var Center
|
||||
*
|
||||
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\Center")
|
||||
* @ORM\JoinColumn(nullable=false)
|
||||
*/
|
||||
private $center;
|
||||
|
||||
|
Reference in New Issue
Block a user