no message

This commit is contained in:
hellcat 2025-07-10 18:52:25 +08:00
parent 211c03fd0a
commit 72761884f0

View File

@ -35,7 +35,7 @@ class Helper {
public static function valueFormat($sValue) public static function valueFormat($sValue)
{ {
return $this->_valueFormat($sValue); return self::_valueFormat($sValue);
} }