mirror of
https://github.com/openvk/openvk
synced 2025-03-03 16:20:04 +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 $posts;
|
||||
protected $notes;
|
||||
protected $videos;
|
||||
|
||||
public function __construct(?User $user)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue