We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b9536 commit 5ff6b67Copy full SHA for 5ff6b67
app/code/Magento/CatalogUrlRewrite/Plugin/Eav/Model/AttributeSetRepository.php
@@ -47,10 +47,10 @@ public function aroundDelete(
47
callable $proceed,
48
AttributeSetInterface $attributeSet
49
) {
50
- if (!isset($subject) || !$attributeSet->getAttributeSetId())
51
- {
52
- return false;
53
- }
+ if (!isset($subject) || !$attributeSet->getAttributeSetId())
+ {
+ return false;
+ }
54
55
// Get the product ids
56
$ids = $this->productCollection->addFieldToFilter('attribute_set_id', $attributeSet->getAttributeSetId())
0 commit comments