DefaultBackend.php 344 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Eav\Model\Entity\Attribute\Backend;
  7. /**
  8. * Entity/Attribute/Model - attribute backend default
  9. *
  10. * @api
  11. * @since 100.0.2
  12. */
  13. class DefaultBackend extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
  14. {
  15. }