编辑属性组
This commit is contained in:
parent
1613adc3fa
commit
de7df33788
|
|
@ -56,6 +56,8 @@ class AttributeGroupRepo
|
|||
$attributeGroup->descriptions()->delete();
|
||||
$attributeGroup->descriptions()->createMany($descriptions);
|
||||
|
||||
$attributeGroup->load('description', 'descriptions');
|
||||
|
||||
return $attributeGroup;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue