diff --git a/VKAPI/Handlers/Account.php b/VKAPI/Handlers/Account.php index ee55e863..7e707cf3 100644 --- a/VKAPI/Handlers/Account.php +++ b/VKAPI/Handlers/Account.php @@ -60,7 +60,7 @@ final class Account extends VKAPIRequestHandler return 1; } - function getAppPermissions(): object + function getAppPermissions(): int { return 9355263; }