mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-02 22:21:38 +08:00
feat: 发布智能体版
This commit is contained in:
14
app/common/command/admin/menu/AdminMenuCreate.php
Normal file
14
app/common/command/admin/menu/AdminMenuCreate.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\command\admin\menu;
|
||||
|
||||
use base\common\command\admin\menu\AdminMenuCreateBase;
|
||||
|
||||
/**
|
||||
* admin:menu:create command - 创建菜单
|
||||
*/
|
||||
class AdminMenuCreate extends AdminMenuCreateBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user