Skip to content

Commit

Permalink
Merge branch 'master' into slider-prealod
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs authored Feb 14, 2023
2 parents 4cf1746 + b052b06 commit 36c2355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Controller/Pwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ class Pwa extends Action implements HttpGetActionInterface, HttpPostActionInterf
*/
protected $cmsPage;

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

/**
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Router.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

/**
* @category ScandiPWA
* @package ScandiPWA\Router
Expand Down Expand Up @@ -661,3 +660,4 @@ protected function _checkShouldBeSecure(RequestInterface $request, $path = '')
}
}
}

0 comments on commit 36c2355

Please sign in to comment.