kyle 2 年前
父节点
当前提交
080ab42aa0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      app/Http/Services/Web/Api2021Service.php

+ 1
- 0
app/Http/Services/Web/Api2021Service.php 查看文件

@@ -82,6 +82,7 @@ class Api2021Service
82 82
         $this->receiptManagementDb = new Receipt();
83 83
         $this->tplayerManagementDb = new TPlayer();
84 84
         $this->troundManagementDb = new TRound();
85
+        $this->tsessionManagementDb = new TSession();
85 86
         $this->tgoodManagementDb = new TGood();
86 87
         $this->tcheckinManagementDb = new TCheckinGpAlloc();
87 88
         $this->authLineUsersDb = new AuthLineUsers();