fix
CureNetMulti/pipeline/head This commit looks good Details
CureNetMulti/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sieciech 2021-09-01 20:23:43 +02:00
parent c2fc2734b5
commit c39cfc1ff7
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@ class Person extends BaseEntity
private $surname;
/**
* @ORM\ManyToOne(targetEntity=Country::class, nullable=true)
* @ORM\ManyToOne(targetEntity=Country::class)
*/
private $country;
/**
* @ORM\ManyToOne(targetEntity=CountryRegion::class, nullable=true)
* @ORM\ManyToOne(targetEntity=CountryRegion::class)
*/
private $state;