Skip to content
Snippets Groups Projects
Commit 4adcde5d authored by Igor Melnikov's avatar Igor Melnikov
Browse files

MAGETWO-62133: Create QueryModifier to select only options of type file and info_buyRequest

Updating upgrade script
parent 9ee114f4
No related merge requests found
...@@ -107,7 +107,7 @@ class UpgradeData implements UpgradeDataInterface ...@@ -107,7 +107,7 @@ class UpgradeData implements UpgradeDataInterface
$codes $codes
); );
$queryModifier = $this->queryModifierFactory->create( $queryModifier = $this->queryModifierFactory->create(
InQueryModifier::class, 'in',
[ [
'values' => [ 'values' => [
'code' => $codes 'code' => $codes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment