StringUtil 소소한 변경, Json 클래스에서 버려진 함수 제거
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user