php code fix

This commit is contained in:
nobohan 2022-02-11 14:30:31 +01:00
parent c19099e76c
commit 1f5d529d33

View File

@ -89,7 +89,6 @@ class PersonRender extends AbstractChillEntityRender
. $this->addAltNames($person, false); . $this->addAltNames($person, false);
} }
return $person->getFirstName() . ' ' . $person->getLastName() return $person->getFirstName() . ' ' . $person->getLastName()
. $this->addAltNames($person, false); . $this->addAltNames($person, false);
} }