diff --git a/class/GameMgr.php b/class/GameMgr.php index bd45327..359c98a 100644 --- a/class/GameMgr.php +++ b/class/GameMgr.php @@ -1,5 +1,7 @@ patchUpGameDate(); + //$this->patchUpGameDate(); $this->gameMgr->updateGame($this); } diff --git a/class/GroupMgr.php b/class/GroupMgr.php index 2d2b163..a2af929 100644 --- a/class/GroupMgr.php +++ b/class/GroupMgr.php @@ -1,5 +1,7 @@ db = new \SleekDB\Store(TESTDB, DATADIR, ["timeout" => false]); + } + + // Get test by ID. + function getTest(string $testid): Test|null + { + + } +} \ No newline at end of file