diff --git a/src/Repository/PageRepository.php b/src/Repository/PageRepository.php index ed9b73fe7..d52bfc67d 100755 --- a/src/Repository/PageRepository.php +++ b/src/Repository/PageRepository.php @@ -99,7 +99,7 @@ public function findBySectionCode(string $sectionCode, ?string $localeCode): arr ->setParameter('localeCode', $localeCode) ->getQuery() ->getResult() - ; + ; } public function findByProduct(ProductInterface $product, string $channelCode): array