mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 13:16:45 +02:00
feat(helpers): fix collectionWithRange
This commit is contained in:
@@ -63,7 +63,7 @@ if (! function_exists('collectionWithRange')) {
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
function collectionWithRange($low, $high, int $step = 1): Arrays
|
||||
function collectionWithRange($low, $high, int $step = 1): Collection
|
||||
{
|
||||
return Collection::createWithRange($low, $high, $step);
|
||||
}
|
||||
|
Reference in New Issue
Block a user