Skip to content

Commit

Permalink
Update collect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
izica committed May 30, 2019
1 parent 105e328 commit 151b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect.php
Expand Up @@ -4,6 +4,6 @@
if (!function_exists('collect')) {
function collect($data)
{
return PhpCollection::collect($data);
return \Izica\PhpCollection::collect($data);
}
}

0 comments on commit 151b6c4

Please sign in to comment.