Loading src/UnicaenAuthentification/Entity/Ldap/People.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthentification\Entity\Ldap; use UnicaenApp\Entity\Ldap\People as BasePeople; Loading @@ -11,7 +12,6 @@ use ZfcUser\Entity\UserInterface; * * @see \UnicaenApp\Entity\Ldap\People * @see \ZfcUser\Entity\UserInterface * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class People extends BasePeople implements UserInterface, ProviderInterface { Loading Loading @@ -81,7 +81,7 @@ class People extends BasePeople implements UserInterface, ProviderInterface /** * {@inheritDoc} */ public function getUsername(?string $attribut = "supannAliasLogin") public function getUsername() { return $this->{$this->usernameAttributeName}; } Loading Loading
src/UnicaenAuthentification/Entity/Ldap/People.php +2 −2 Original line number Diff line number Diff line <?php namespace UnicaenAuthentification\Entity\Ldap; use UnicaenApp\Entity\Ldap\People as BasePeople; Loading @@ -11,7 +12,6 @@ use ZfcUser\Entity\UserInterface; * * @see \UnicaenApp\Entity\Ldap\People * @see \ZfcUser\Entity\UserInterface * @author Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr> */ class People extends BasePeople implements UserInterface, ProviderInterface { Loading Loading @@ -81,7 +81,7 @@ class People extends BasePeople implements UserInterface, ProviderInterface /** * {@inheritDoc} */ public function getUsername(?string $attribut = "supannAliasLogin") public function getUsername() { return $this->{$this->usernameAttributeName}; } Loading