Skip to content

Commit

Permalink
Allow to fetch translation with symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshyo authored Aug 19, 2021
1 parent 588ed2c commit 9a3ea49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Translation/Finder/TranslationFilesFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ private function getFiles(string $path): iterable

$finder
->ignoreUnreadableDirs()
->followLinks()
->in($path . '/translations');

return $finder;
Expand Down

0 comments on commit 9a3ea49

Please sign in to comment.