We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1e5d7 commit de51fe7Copy full SHA for de51fe7
EavGraphQlAux/Plugin/ReorderNullAttributeOptions.php
@@ -33,7 +33,7 @@ public function afterAddValueSortToCollection(
33
$attributeCode = $subject->getAttribute()->getAttributeCode();
34
$collection->getSelect()->reset(Select::ORDER);
35
$collection->getSelect()->order(
36
- new \Zend_Db_Expr("ISNULL({$attributeCode}_value), {$attributeCode}_value {$dir}")
+ new \Laminas\Db\Sql\Expression("ISNULL({$attributeCode}_value), {$attributeCode}_value {$dir}")
37
);
38
}
39
return $result;
0 commit comments