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 committed Jul 7, 2022
1 parent 88ab301 commit 488c9e3
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 @@ -54,6 +54,7 @@ private function getFiles(string $path): iterable

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

Expand Down

0 comments on commit 488c9e3

Please sign in to comment.