Skip to content

Commit

Permalink
Merge pull request #99 from sunel/patch-2
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
kaidesu committed Sep 15, 2017
2 parents 1c932d9 + 9afb2f3 commit bb67186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public function filterRecursively($attribute, $value)

$this->items->each(function($item) use ($attribute, $value, &$collection) {
if (! property_exists($item, $attribute)) {
return $false;
return false;
}

if ($item->$attribute == $value) {
Expand Down

0 comments on commit bb67186

Please sign in to comment.