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

12 lines
207 B
PHP

<?php
namespace app\common\scheme\attribute;
use Attribute;
use base\common\scheme\attribute\Component as BaseComponent;
#[Attribute(Attribute::TARGET_PROPERTY)]
class Component extends BaseComponent
{
}