mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
更新依赖库,新增数据库日志驱动;修改说明;
This commit is contained in:
14
app/model/DebugLog.php
Normal file
14
app/model/DebugLog.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* @mixin \think\Model
|
||||
*/
|
||||
class DebugLog extends Model
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user