diff --git a/app/src/Factories/FinderFactory.php b/app/src/Factories/FinderFactory.php index 1c0108e..0b0f016 100644 --- a/app/src/Factories/FinderFactory.php +++ b/app/src/Factories/FinderFactory.php @@ -63,6 +63,6 @@ class FinderFactory ), $this->hiddenFiles->implode(','))); } - return Glob::matchStart($this->pattern, (string) $file->getRealPath()); + return Glob::match($this->pattern, (string) $file->getRealPath()); } }