From 4ecae188532949b05364db9fefadc8a4a5652a5a Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Sun, 9 Feb 2025 16:40:47 +0300 Subject: [PATCH] fix(ServiceAPI/Wall): add var declaration --- ServiceAPI/Wall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ServiceAPI/Wall.php b/ServiceAPI/Wall.php index 4066d4f3..db6c32b6 100644 --- a/ServiceAPI/Wall.php +++ b/ServiceAPI/Wall.php @@ -13,6 +13,7 @@ class Wall implements Handler protected $user; protected $posts; protected $notes; + protected $videos; public function __construct(?User $user) {