KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -17,6 +17,7 @@ if(!class_exists('\\sammo\\DB')){
|
||||
}
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
|
||||
if(file_exists(__dir__.'/.htaccess')){
|
||||
$reserved = $db->queryFirstRow(
|
||||
|
||||
Reference in New Issue
Block a user