We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b536b7 commit 80a273fCopy full SHA for 80a273f
app/code/Magento/CatalogSampleData/Model/Attribute.php
@@ -132,7 +132,7 @@ public function install(array $fixtures)
132
$data['backend_model'] = $this->productHelper->getAttributeBackendModelByInputType(
133
$data['frontend_input']
134
);
135
- $data += ['is_filterable' => 0, 'is_filterable_in_search' => 0, 'apply_to' => []];
+ $data += ['is_filterable' => 0, 'is_filterable_in_search' => 0];
136
$data['backend_type'] = $attribute->getBackendTypeByInput($data['frontend_input']);
137
138
$attribute->addData($data);
0 commit comments