File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
use Algolia \AlgoliaSearch \Helper \Entity \ProductHelper ;
11
11
use Algolia \AlgoliaSearch \Helper \Entity \SuggestionHelper ;
12
12
use Algolia \AlgoliaSearch \Helper \LandingPageHelper ;
13
+ use Algolia \AlgoliaSearch \Model \LandingPage as LandingPageModel ;
13
14
use Algolia \AlgoliaSearch \Registry \CurrentCategory ;
14
15
use Algolia \AlgoliaSearch \Registry \CurrentProduct ;
15
16
use Algolia \AlgoliaSearch \Service \Product \SortingTransformer ;
@@ -215,7 +216,7 @@ protected function getAddToCartUrl($additional = []): string
215
216
return $ this ->_urlBuilder ->getUrl ('checkout/cart/add ' , $ routeParams );
216
217
}
217
218
218
- protected function getCurrentLandingPage (): \ Algolia \ AlgoliaSearch \ Model \ LandingPage |null |false
219
+ protected function getCurrentLandingPage (): LandingPageModel |null |false
219
220
{
220
221
$ landingPageId = $ this ->getRequest ()->getParam ('landing_page_id ' );
221
222
if (!$ landingPageId ) {
You can’t perform that action at this time.
0 commit comments