mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
12 lines
186 B
PHP
12 lines
186 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace app\common\command\admin\role;
|
|
|
|
use base\common\command\admin\role\AdminRoleDeleteBase;
|
|
|
|
class AdminRoleDelete extends AdminRoleDeleteBase
|
|
{
|
|
}
|