mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 16:14:16 +02:00
feat(element-queries): update collect() #436
This commit is contained in:
@@ -121,7 +121,7 @@ class Collection
|
||||
*
|
||||
* @param mixed $items Items to collect
|
||||
*/
|
||||
public static function collect($items) : Collection
|
||||
public static function collection($items) : Collection
|
||||
{
|
||||
return new Collection($items);
|
||||
}
|
||||
|
Reference in New Issue
Block a user