From 88fab9b04859c7eee6222af6e5f791494e393143 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 29 Jun 2019 14:46:52 +0300 Subject: [PATCH] Flextype Core: Entries #175 #165 - Collections implementation - next round --- flextype/core/Entries.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index d87e200e..b1dacc3e 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -138,6 +138,9 @@ class Entries */ public function fetchAll(string $id, array $args = []) : array { + // Init Entries + $entries = []; + // Set Expression $expression = [ '=' => Comparison::EQ,