1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

refactor(core): code formating and refactoring

This commit is contained in:
Awilum
2020-12-06 15:09:14 +03:00
parent c795b5bdfd
commit 4be73b48e8

View File

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