StringUtil 소소한 변경, Json 클래스에서 버려진 함수 제거

This commit is contained in:
2018-04-06 01:04:03 +09:00
parent 76543892bc
commit a0a2e2097c
3 changed files with 10 additions and 47 deletions
-4
View File
@@ -17,10 +17,6 @@ class Json{
return json_encode($value, $rawFlag);
}
public static function encodePack($value, $pretty = false){
}
public static function decode($value){
return json_decode($value, true);
}