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

feat(element-queries): Collections API fix helpers #436

This commit is contained in:
Awilum
2020-07-15 15:01:34 +03:00
parent 319cd531d6
commit 0bb0332589

View File

@@ -15,7 +15,7 @@ if (! function_exists('collect')) {
*
* @param array $value Items to collect
*/
function collect($array) : \Flextype\Collection
function collect($array) : \Flextype\Support\Collection
{
return new Collection($array);
}