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