From 8a6e68893901422dc4a2cb928c437bcc5aff2b66 Mon Sep 17 00:00:00 2001 From: mohitalgolia <101385480+mohitalgolia@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:21:17 +0530 Subject: [PATCH] PHP8.2 compatibility Issue --- ViewModel/Recommend/Cart.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ViewModel/Recommend/Cart.php b/ViewModel/Recommend/Cart.php index da24d7537..cc39785af 100644 --- a/ViewModel/Recommend/Cart.php +++ b/ViewModel/Recommend/Cart.php @@ -12,6 +12,11 @@ class Cart implements ArgumentInterface { + /** + * @var StoreManagerInterface + */ + protected $storeManager; + /** * @var Session */