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
@@ -9,7 +9,7 @@ if(!class_exists('\\sammo\\RootDB')){
}
$session = Session::Instance();
$session = Session::getInstance();
use \kakao\KakaoKey as KakaoKey;