mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
改进Db类 traits\Query 更改为 traits\Transaction
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
namespace think\model;
|
||||
|
||||
T('model/Adv');
|
||||
T('model/Query');
|
||||
T('model/Transaction');
|
||||
|
||||
class Adv extends \think\Model
|
||||
{
|
||||
use \traits\model\Adv;
|
||||
use \traits\model\Query;
|
||||
use \traits\model\Transaction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user