From dc71b44f6299f0fc9ead017ef2a562a1a671de92 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 20 Jul 2020 21:00:48 +0300 Subject: [PATCH] feat(element-queries): update collect() #436 --- src/flextype/Support/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Support/Collection.php b/src/flextype/Support/Collection.php index 3d4eab26..503afa88 100644 --- a/src/flextype/Support/Collection.php +++ b/src/flextype/Support/Collection.php @@ -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); }