Skip to content

Commit

Permalink
Fixing issues #93 #96 : Ensure proper usage of \Magento\Framework\DB\…
Browse files Browse the repository at this point in the history
…Select by using fully qualified class name.
  • Loading branch information
romainruaud committed Aug 16, 2016
1 parent b5bd193 commit 6cc2d39
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 6cc2d39

Please sign in to comment.