mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-03 08:22:48 +08:00
完成新的安装流程,开始优化日志管理;
This commit is contained in:
17
app/admin/model/DebugLog.php
Normal file
17
app/admin/model/DebugLog.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use app\common\model\TimeModel;
|
||||
|
||||
class DebugLog extends TimeModel
|
||||
{
|
||||
|
||||
protected $name = "debug_log";
|
||||
|
||||
protected $deleteTime = false;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user