KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -26,6 +26,7 @@ if($session->userGrade < 5) {
|
||||
}
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
|
||||
$query = "select conlimit from game limit 1";
|
||||
|
||||
Reference in New Issue
Block a user