更新依赖库,新增数据库日志驱动;修改说明;

This commit is contained in:
augushong
2021-07-24 23:05:22 +08:00
parent 89d3840552
commit 1a132b1be9
9 changed files with 184 additions and 57 deletions

14
app/model/DebugLog.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
declare (strict_types = 1);
namespace app\model;
use think\Model;
/**
* @mixin \think\Model
*/
class DebugLog extends Model
{
//
}