Setting 클래스들 접근 방법을 변경

-global 없이 사용가능
-isExist()를 isExists()로 변경
This commit is contained in:
2018-03-19 00:30:52 +09:00
parent 95021f0887
commit 1c4709ea65
10 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if(strlen($password)!=128){
]);
}
if(!$SETTING->isExist()){
if(!$SETTING->isExists()){
returnJson([
'result'=>false,
'reason'=>'DB 설정이 완료되지 않았습니다.'