mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
完成自动缓存和缓存清理;
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
namespace app\common\model;
|
||||
|
||||
use app\common\traits\AutoClearCache;
|
||||
use think\Model;
|
||||
|
||||
class Base extends Model
|
||||
{
|
||||
// use AutoClearCache;
|
||||
use AutoClearCache;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user