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

feat(element-queries): Collections API next round of implementation #436

This commit is contained in:
Awilum
2020-07-15 18:14:52 +03:00
parent affe06f521
commit 0eb2b8ab68

View File

@@ -132,7 +132,7 @@ class Collection
/**
* Create a collection from the given value.
*
* @param mixed $value
* @param mixed $items
* @return \Flextype\Support\Collection
*/
public static function collect($items)