mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
feat(core): Symfony Finder Integration #443
This commit is contained in:
@@ -100,7 +100,7 @@ class Entries
|
||||
public function fetch(string $path, bool $collection = false, $filter = []) : array
|
||||
{
|
||||
if ($collection) {
|
||||
return $this->fetchCollection($path, $deep);
|
||||
return $this->fetchCollection($path, $filter);
|
||||
}
|
||||
|
||||
return $this->fetchSingle($path);
|
||||
|
Reference in New Issue
Block a user