From 1504c483fc1b89a8916ee0cf5ce479b24a1b7d34 Mon Sep 17 00:00:00 2001 From: Epagris Date: Wed, 25 Sep 2024 09:13:06 +0200 Subject: [PATCH] Revert "- TestMgr foundations" This reverts commit 60e040245551d820a5dfcee538188c1058532e54. --- class/GameMgr.php | 4 +--- class/GroupMgr.php | 2 -- class/TestMgr.php | 39 --------------------------------------- 3 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 class/TestMgr.php 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