You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class Magento\Eav\Setup\EavSetup, which is used to manage EAV attributes programmatically in setup scripts, provides a method to add attributes to groups and attribute sets. The method is called addAttributeToGroup.
But there is missing the inverse method to remove an attribute from a group and set.