初始化仓库
This commit is contained in:
12
admin/components/UI/Form/Component.php
Normal file
12
admin/components/UI/Form/Component.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace admin\components\UI\Form;
|
||||
|
||||
/**
|
||||
* 组件接口
|
||||
* Class Component
|
||||
* @package backend\components\UI
|
||||
*/
|
||||
interface Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user