1 Commits

Author SHA1 Message Date
e418024705 Добавлено получение регалии
scope=regalia
2021-09-29 13:03:55 +03:00

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');
}
/** /**
* Умер * Умер
* *