Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Sep 3, 2024
1 parent 8d74182 commit 179123e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Storage/Device/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ public function getFiles(string $dir, int $max = self::MAX_PAGE_SIZE, string $co
$files[] = $file;
}

/**
* Hidden files
*/
foreach (\glob($dir.DIRECTORY_SEPARATOR.'.[!.]*') as $file) {
$files[] = $file;
}
Expand Down

0 comments on commit 179123e

Please sign in to comment.