Fix reorder error from admin
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
238B

  1. <?php
  2. /**
  3. * Copyright © All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. declare(strict_types=1);
  7. namespace Baldarian\AdminReorder\Rewrite\Magento\Eav\Model;
  8. class Attribute extends \Magento\Eav\Model\Attribute
  9. {
  10. }