kyle 3 years ago
parent
commit
080ab42aa0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Services/Web/Api2021Service.php

+ 1
- 0
app/Http/Services/Web/Api2021Service.php View File

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