Minor correction

This commit is contained in:
Zi Xing 2021-12-15 14:15:37 -05:00
parent 8b4248d07c
commit 14b16c6eca
1 changed files with 0 additions and 2 deletions

View File

@ -37,6 +37,4 @@
{
return (strlen($input) > $length) ? substr($input,0, $length).'...' : $input;
}
public static function methodResigtratio
}