更新
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class SystemSetting extends Model
|
||||
{
|
||||
protected $name = 'system_settings';
|
||||
protected $autoWriteTimestamp = 'updated_at';
|
||||
protected $updateTime = 'updated_at';
|
||||
protected $createTime = false;
|
||||
}
|
||||
Reference in New Issue
Block a user