mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
VKAPI: Wall.get now require user
This commit is contained in:
parent
e834fae0fe
commit
3b0a69ebaa
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ final class Wall extends VKAPIRequestHandler
|
|||
{
|
||||
function get(int $owner_id, string $domain = "", int $offset = 0, int $count = 30, int $extended = 0): object
|
||||
{
|
||||
$this->requireUser();
|
||||
|
||||
$posts = new PostsRepo;
|
||||
|
||||
$items = [];
|
||||
|
|
Loading…
Reference in a new issue