We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707386c commit c3386f2Copy full SHA for c3386f2
app/Support/Validator.php
@@ -29,7 +29,7 @@ public function isValidSourceDirectory(string $param): bool
29
return false;
30
}
31
32
- if (empty(File::allFiles($param))) {
+ if (empty(File::files($param))) {
33
34
35
0 commit comments