From 4be73b48e8cad0a94627e374dbbd428568030d42 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 6 Dec 2020 15:09:14 +0300 Subject: [PATCH] refactor(core): code formating and refactoring --- src/flextype/Foundation/Entries/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index 73d75489..2a602127 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -166,7 +166,7 @@ class Entries } // Restore fetch id - $this->storage['fetch']['id'] = $id; + $this->storage['fetch']['id'] = $id; // Apply filter for fetch data $this->storage['fetch']['data'] = filter($data, $options);