mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 14:52:47 +08:00
缓存驱动类更新
This commit is contained in:
@@ -40,7 +40,7 @@ class Db {
|
||||
if(!empty($options)) {
|
||||
$this->options = array_merge($this->options,$options);
|
||||
}
|
||||
$this->handler = ThinkDB::getInstance();
|
||||
$this->handler = \Think\Db::instance();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user