Loading src/UnicaenUtilisateur/Entity/Db/AbstractRole.php +6 −1 Original line number Diff line number Diff line Loading @@ -20,10 +20,15 @@ abstract class AbstractRole implements RoleInterface protected $roleId; /** * @var libelle * @var string */ protected $libelle; /** * @var string */ protected $description; /** * @var boolean */ Loading Loading
src/UnicaenUtilisateur/Entity/Db/AbstractRole.php +6 −1 Original line number Diff line number Diff line Loading @@ -20,10 +20,15 @@ abstract class AbstractRole implements RoleInterface protected $roleId; /** * @var libelle * @var string */ protected $libelle; /** * @var string */ protected $description; /** * @var boolean */ Loading