mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
15 lines
238 B
PHP
15 lines
238 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace app\common\command\admin\menu;
|
|
|
|
use base\common\command\admin\menu\AdminMenuUpdateBase;
|
|
|
|
/**
|
|
* admin:menu:update command - 编辑菜单
|
|
*/
|
|
class AdminMenuUpdate extends AdminMenuUpdateBase
|
|
{
|
|
}
|