From 206e48992ee1d86b7c16d6239846706b1156edd0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 1 Aug 2020 10:03:18 +0300 Subject: [PATCH] feat(core): Symfony Finder Integration #443 --- src/flextype/app/Foundation/Entries/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/app/Foundation/Entries/Entries.php b/src/flextype/app/Foundation/Entries/Entries.php index 3057288e..69f9eba0 100755 --- a/src/flextype/app/Foundation/Entries/Entries.php +++ b/src/flextype/app/Foundation/Entries/Entries.php @@ -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);