mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
发布新版本;增加自动替换脚本
This commit is contained in:
11
app/common/command/admin/UpdateCode.php
Normal file
11
app/common/command/admin/UpdateCode.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\command\admin;
|
||||
|
||||
use base\common\command\admin\UpdateCodeBase;
|
||||
|
||||
class UpdateCode extends UpdateCodeBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user