Skip to content

Customer Attributes

Code Slicer edited this page May 18, 2023 · 3 revisions

Allows managing eav attributes related to customers.
Use it as follows:

public function __construct(
    Migration\Context $context,
    private Migration\Facade\CustomerAttribute $customerAttribute
) {
    parent::__construct($context);
}

Inherit Methods

💡 Tip: all eav attribute capabilities are available for this entity:
https://github.com/discorgento/module-migrations/wiki/Eav-Attributes