服务类修改
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace app\admin\controller\user;
|
||||
|
||||
use app\admin\model\PromoReward;
|
||||
use app\common\service\Jk8Services;
|
||||
use app\common\service\JK8Services;
|
||||
use Throwable;
|
||||
use app\common\controller\Backend;
|
||||
use app\admin\model\User as UserModel;
|
||||
@@ -29,7 +29,7 @@ class User extends Backend
|
||||
public function initialize(): void
|
||||
{
|
||||
parent::initialize();
|
||||
$this->jk8Services = app(Jk8Services::class);
|
||||
$this->jk8Services = app(JK8Services::class);
|
||||
$this->model = new UserModel();
|
||||
$this->score = new UserScore();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user