fix
This commit is contained in:
parent
c2fc2734b5
commit
c39cfc1ff7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue