diff --git a/src/Dictionary.php b/src/Dictionary.php index 36eec35..2af4b97 100644 --- a/src/Dictionary.php +++ b/src/Dictionary.php @@ -176,7 +176,7 @@ protected function filterDictionaryFiles(array $files): array */ protected function getFiles(): array { - $ressources = $this->locator->listResources($this->uri.$this->locale->getIdentifier(), true); + $ressources = $this->locator->listResources($this->uri.$this->locale->getIdentifier(), true, false); $ressources = array_reverse($ressources); return $ressources;