mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
替换T函数
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace think\model;
|
||||
|
||||
T('model/Adv');
|
||||
T('model/Transaction');
|
||||
\think\Loader::import('model/Adv', TRAIT_PATH, EXT);
|
||||
\think\Loader::import('model/Transaction', TRAIT_PATH, EXT);
|
||||
|
||||
class Adv extends \think\Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user