优化后台编辑默认加载模型

pull/462/MERGE
Karson 2024-03-28 12:03:14 +08:00
parent 26a5ca4a2c
commit e8a804afad
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class User extends Backend
public function _initialize()
{
parent::_initialize();
$this->model = model('User');
$this->model = new \app\admin\model\User;
}
/**