KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -10,6 +10,7 @@ $userID = Session::getUserID();
|
||||
increaseRefresh("메인", 1);
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
|
||||
if (!$userID) {
|
||||
|
||||
Reference in New Issue
Block a user