kyle 2 anni fa
parent
commit
080ab42aa0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      app/Http/Services/Web/Api2021Service.php

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

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