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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user