Skip to content

Commit

Permalink
Merge pull request #97 from romainruaud/fix_magento-209-missing-depen…
Browse files Browse the repository at this point in the history
…dency

Fixing issues #93 #96 : Ensure proper usage of \Magento\Framework\DB\…
  • Loading branch information
romainruaud authored Aug 16, 2016
2 parents b5bd193 + 6cc2d39 commit da76e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getSize()
/**
* {@inheritDoc}
*/
public function setOrder($attribute, $dir = Select::SQL_DESC)
public function setOrder($attribute, $dir = \Magento\Framework\DB\Select::SQL_DESC)
{
$this->_orders[$attribute] = $dir;

Expand Down

0 comments on commit da76e81

Please sign in to comment.