Files
ulthon_admin/app/common/scheme/attribute/Index.php
2026-01-09 21:08:51 +08:00

12 lines
215 B
PHP

<?php
namespace app\common\scheme\attribute;
use Attribute;
use base\common\scheme\attribute\Index as BaseIndex;
#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
class Index extends BaseIndex
{
}