Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user