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