Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c39cfc1ff7 - Show all commits

View File

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