@@ -31,7 +31,7 @@ |
||
31 | 31 | $configPaginationPath = $this->config->get('site.pagination.path'); |
32 | 32 | |
33 | 33 | // filter pages: home and sections |
34 | - $filteredPages = $this->pagesCollection->filter(function (Page $page) { |
|
34 | + $filteredPages = $this->pagesCollection->filter(function(Page $page) { |
|
35 | 35 | return in_array($page->getType(), [Type::HOMEPAGE, Type::SECTION, Type::TERM]); |
36 | 36 | }); |
37 | 37 | /* @var $page Page */ |