Commit f62c8de3 authored by David Surville's avatar David Surville
Browse files

Correction suite à la fusion : paramètre inutile

parent 20a12ece
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?php

namespace UnicaenAuthentification\Entity\Ldap;

use UnicaenApp\Entity\Ldap\People as BasePeople;
@@ -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
{
@@ -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};
    }