We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a8982 + 40aa6c2 commit b7441b0Copy full SHA for b7441b0
src/Smalot/Magento/Catalog/ProductAttributeSet.php
@@ -38,7 +38,7 @@ class ProductAttributeSet extends MagentoModuleAbstract
38
*/
39
public function attributeAdd($attributeId, $attributeSetId, $attributeGroupId = null, $sortOrder = null)
40
{
41
- return $this->create('product_attribute_set.attributeAdd', func_get_args());
+ return $this->__createAction('product_attribute_set.attributeAdd', func_get_args());
42
}
43
44
/**
0 commit comments