diff --git a/src/flextype/Support/helpers.php b/src/flextype/Support/helpers.php index 38f10b1f..e7e8f935 100644 --- a/src/flextype/Support/helpers.php +++ b/src/flextype/Support/helpers.php @@ -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); }