mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
增加测试机制;完善DebugMysql日志逻辑;更新debug_log表字段格式;发布新版本
This commit is contained in:
9
app/common/command/Test.php
Normal file
9
app/common/command/Test.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command;
|
||||
|
||||
use base\common\command\TestBase;
|
||||
|
||||
class Test extends TestBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user