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

feat(element-queries): refactor #436

This commit is contained in:
Awilum
2020-07-16 00:05:36 +03:00
parent 3eeead45ca
commit 9f3cb1d8ce

View File

@@ -517,6 +517,8 @@ class Collection
shuffle($keys);
$new = [];
foreach ($keys as $key) {
$new[$key] = $array[$key];
}