Skip to content

Commit ac0a973

Browse files
authored
Merge pull request #11 from karvin-ong/master
Fix proper usage of Magento framework reference
2 parents c99349d + a7f95af commit ac0a973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/ResourceModel/Post/Fulltext/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getSize()
101101
/**
102102
* {@inheritDoc}
103103
*/
104-
public function setOrder($attribute, $dir = Select::SQL_DESC)
104+
public function setOrder($attribute, $dir = \Magento\Framework\DB\Select::SQL_DESC)
105105
{
106106
throw new \LogicException("Sorting on multiple stores is not allowed in search engine collections.");
107107
}

0 commit comments

Comments
 (0)