@@ -25,7 +25,7 @@ |
||
25 | 25 | $sections = []; |
26 | 26 | |
27 | 27 | // excludes pages in other language than default |
28 | - $filteredPages = $this->pagesCollection->filter(function (Page $page) { |
|
28 | + $filteredPages = $this->pagesCollection->filter(function(Page $page) { |
|
29 | 29 | return !$page->hasVariable('language'); |
30 | 30 | }); |
31 | 31 |