-
Notifications
You must be signed in to change notification settings - Fork 2
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);
}
💡 Tip: all eav attribute capabilities are available for this entity:
https://github.com/discorgento/module-migrations/wiki/Eav-Attributes
We want YOU for our community 🫵