Loading src/UnicaenUtilisateur/Entity/Db/AbstractUser.php +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ abstract class AbstractUser implements UserInterface, ProviderInterface, Recherc /** * @var RoleInterface */ private $lastRole; protected $lastRole; /** * @var ArrayCollection Loading src/UnicaenUtilisateur/Entity/Db/User.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ class User extends AbstractUser /** * @var RoleInterface */ private $lastRole; protected $lastRole; } Loading
src/UnicaenUtilisateur/Entity/Db/AbstractUser.php +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ abstract class AbstractUser implements UserInterface, ProviderInterface, Recherc /** * @var RoleInterface */ private $lastRole; protected $lastRole; /** * @var ArrayCollection Loading
src/UnicaenUtilisateur/Entity/Db/User.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ class User extends AbstractUser /** * @var RoleInterface */ private $lastRole; protected $lastRole; }