Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경

This commit is contained in:
2018-04-06 16:47:24 +09:00
parent 18101d9e90
commit ceccb43f82
19 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function getWorldMap($req){
return getHistoryMap($req->year, $req->month);
}
$session = Session::Instance();
$session = Session::getInstance();
$generalID = $session->generalID;
$db = DB::db();