mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e418024705 |
@@ -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');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Умер
|
* Умер
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user