class_exists에 namespace가 지정되지 않은 문제 해결

This commit is contained in:
2018-03-25 00:30:44 +09:00
parent cab0401dfa
commit 8c03d1fa31
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if(strlen($password)!=128){
]);
}
if(!class_exists('RootDB')){
if(!class_exists('sammo\RootDB')){
Json::die([
'result'=>false,
'reason'=>'DB 설정이 완료되지 않았습니다.'