12345678910111213141516 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- /**
- * Customer Attribute Hidden text Data Model
- *
- * @author Magento Core Team <core@magentocommerce.com>
- */
- namespace Magento\Customer\Model\Attribute\Data;
- class Hidden extends \Magento\Eav\Model\Attribute\Data\Hidden
- {
- }
|