Skip to content

Commit

Permalink
Fixed: Method chaining broken Module_Catalog Product Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-rajawat committed Oct 11, 2019
1 parent 0714971 commit 00401b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,8 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
} else {
return parent::addAttributeToFilter($attribute, $condition, $joinType);
}

return $this;
}

/**
Expand Down

0 comments on commit 00401b9

Please sign in to comment.