Добавлено получение регалии

scope=regalia
This commit is contained in:
2021-09-29 13:03:55 +03:00
parent eca6845e85
commit e418024705

View File

@@ -115,6 +115,16 @@ class SeptemberFirstUser implements ResourceOwnerInterface
return $this->getField('sex'); return $this->getField('sex');
} }
/**
* Регалии
*
* @return string|null
*/
public function getRegalia(): string|null
{
return $this->getField('regalia');
}
/** /**
* Умер * Умер
* *