PublicRecord 함수 수정, json_encode, json_deocde를 Json로 통합
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ function getHistoryMap($year, $month){
|
||||
return ['result'=>false, 'reason'=>'연감이 저장되지 않음'];
|
||||
}
|
||||
|
||||
return json_decode($map, true);//까짓거 json_decode, json_encode 두번하지 뭐.
|
||||
return Json::decode($map);//까짓거 json_decode, json_encode 두번하지 뭐.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user