Skip to content

Commit

Permalink
Follow symlinks in themes/
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Jul 13, 2020
1 parent c07ee21 commit 7e76b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Locator/RecursiveFileLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private function doLocateFilesNamed(string $name): \Generator
}

$finder
->followLinks()
->files()
->name($name)
->ignoreUnreadableDirs()
Expand Down

0 comments on commit 7e76b3e

Please sign in to comment.