KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -16,6 +16,7 @@ if(!$pick){
|
||||
$session = Session::requireLogin()->setReadOnly();
|
||||
$userID = Session::getUserID();
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$rootDB = RootDB::db();
|
||||
|
||||
$oNow = new \DateTimeImmutable();
|
||||
|
||||
Reference in New Issue
Block a user