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,