1
0
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:
Awilum
2020-08-01 10:03:18 +03:00
parent 84fe03c6e6
commit 206e48992e

View File

@@ -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);