Добавлен внутренний API для получения информации об аккаунте

This commit is contained in:
ErickSkrauch
2017-04-03 14:54:33 +03:00
parent 559c266748
commit 9a38481f7d
4 changed files with 114 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ class OauthScope {
* @owner machine
*/
const ACCOUNT_BLOCK = 'account_block';
/**
* @internal
* @owner machine
*/
const INTERNAL_ACCOUNT_INFO = 'internal_account_info';
public static function find(): OauthScopeQuery {
return new OauthScopeQuery(static::queryScopes());