mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
增加自动清除缓存特性;
This commit is contained in:
10
app/common/model/Base.php
Normal file
10
app/common/model/Base.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace app\common\model;
|
||||
|
||||
use app\common\traits\AutoClearCache;
|
||||
use think\Model;
|
||||
|
||||
class Base extends Model
|
||||
{
|
||||
// use AutoClearCache;
|
||||
}
|
||||
Reference in New Issue
Block a user