*/ class AddressOnly extends Customer { /** * Retrieve attribute objects * * @return AbstractAttribute[] */ protected function _getAttributeObjects() { return [$this->_eavConfig->getAttribute('customer_address', $this->_getAttributeCode())]; } }