RESAZIP-PC\resaz

update

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