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();