mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
fix(ServiceAPI/Wall): add var declaration
This commit is contained in:
parent
1c4305d44f
commit
4ecae18853
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Wall implements Handler
|
||||||
protected $user;
|
protected $user;
|
||||||
protected $posts;
|
protected $posts;
|
||||||
protected $notes;
|
protected $notes;
|
||||||
|
protected $videos;
|
||||||
|
|
||||||
public function __construct(?User $user)
|
public function __construct(?User $user)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue