Skip to content

Commit de51fe7

Browse files
authored
PWA-3075::Update Zend libraries to respective laminas. (#36)
1 parent 8b1e5d7 commit de51fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EavGraphQlAux/Plugin/ReorderNullAttributeOptions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function afterAddValueSortToCollection(
3333
$attributeCode = $subject->getAttribute()->getAttributeCode();
3434
$collection->getSelect()->reset(Select::ORDER);
3535
$collection->getSelect()->order(
36-
new \Zend_Db_Expr("ISNULL({$attributeCode}_value), {$attributeCode}_value {$dir}")
36+
new \Laminas\Db\Sql\Expression("ISNULL({$attributeCode}_value), {$attributeCode}_value {$dir}")
3737
);
3838
}
3939
return $result;

0 commit comments

Comments
 (0)