Skip to content

Commit 43f6980

Browse files
authored
Merge pull request #1478 from algolia/bugfix/MAGE-823
PHP8.2 compatibility Issue
2 parents f0010a3 + 8a6e688 commit 43f6980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ViewModel/Recommend/Cart.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
class Cart implements ArgumentInterface
1414
{
15+
/**
16+
* @var StoreManagerInterface
17+
*/
18+
protected $storeManager;
19+
1520
/**
1621
* @var Session
1722
*/

0 commit comments

Comments
 (0)