Skip to content

Commit

Permalink
allow higher order partition
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 6, 2016
1 parent c1494f5 commit 724950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Collection.php
Expand Up @@ -1389,7 +1389,7 @@ protected function getArrayableItems($items)
public function __get($key)
{
$proxies = [
'each', 'map', 'first', 'sortBy',
'each', 'map', 'first', 'partition', 'sortBy',
'sortByDesc', 'sum', 'reject', 'filter',
];

Expand Down

0 comments on commit 724950a

Please sign in to comment.