Skip to content

Commit

Permalink
Fix dynamic property for 8.2 version php
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs authored Apr 10, 2023
1 parent cb0ef7c commit 9890f04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/View/Result/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ class Page extends ExtendedPage
*/
protected $storeConfig;

/**
* @var array|null
*/
protected $slider;

/**
* Constructor
*
Expand Down

0 comments on commit 9890f04

Please sign in to comment.