RESAZIP-PC\resaz

update

......@@ -3,7 +3,7 @@ namespace Daito\Lib;
class StringUtils {
public static function toUpper($text){
return strtoupper($text);
return strtoupper("$text xxx");
}
public static function toLower($text){
return strtolower($text);
......