1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 15:14:20 +02:00

Update CHANGELOG.md

This commit is contained in:
Awilum
2020-11-23 23:33:40 +03:00
parent 9511e0be07
commit ef5ebaef21

View File

@@ -45,9 +45,9 @@
$result = collect($entries)->groupBy('tags')->all();
```
* **entries** add new private property `$storage` for storing current requested entry(entries) data and all Entries CRUD operations data in memory with ability to change them dynamically on fly. And new public methods `getStorage()` `setStorage()` ([#467](https://github.com/flextype/flextype/issues/467))
* **entries** add new Flextype Entries Memory Storage (Flextype EMS). New private property `$storage` for storing current requested entry(or entries) data and all Entries CRUD operations data in memory with ability to change them dynamically on fly. New public methods `getStorage()` `setStorage()` ([#467](https://github.com/flextype/flextype/issues/467))
Structure (Entries Memory Storage):
Structure (Flextype EMS):
```php
$storage = [