mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
@@ -55,14 +55,14 @@ class PersonDocument extends Document implements HasCenterInterface, HasScopeInt
|
||||
return $this->scope;
|
||||
}
|
||||
|
||||
public function setPerson(Person $person): self
|
||||
public function setPerson(\Chill\PersonBundle\Entity\Person $person): self
|
||||
{
|
||||
$this->person = $person;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setScope(?Scope $scope): self
|
||||
public function setScope(?\Chill\MainBundle\Entity\Scope $scope): self
|
||||
{
|
||||
$this->scope = $scope;
|
||||
|
||||
|
Reference in New Issue
Block a user