mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
Debug
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Chill\PersonBundle\Entity;
|
||||
|
||||
use Symfony\Component\Validator\ExecutionContextInterface;
|
||||
use Chill\MainBundle\Entity\Country;
|
||||
use Chill\PersonBundle\Entity\MaritalStatus;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Chill\MainBundle\Entity\HasCenterInterface;
|
||||
|
||||
@@ -402,7 +403,7 @@ class Person implements HasCenterInterface {
|
||||
* @param \Chill\PersonBundle\Entity\MaritalStatus $maritalStatus
|
||||
* @return Person
|
||||
*/
|
||||
public function setMaritalStatus($maritalStatus)
|
||||
public function setMaritalStatus(MaritalStatus $maritalStatus = null)
|
||||
{
|
||||
$this->maritalStatus = $maritalStatus;
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user