autoname calls

implement getRandomName function
This commit is contained in:
Adam Magness 2018-11-08 10:22:20 -05:00
parent 0e01568ccd
commit b99925060a
5 changed files with 6 additions and 5 deletions

View file

@ -68,7 +68,7 @@ class Strings
*
* @return string
*/
public static function getRandomName($len) // autoname()
public static function getRandomName($len)
{
if ($len <= 0) {
return '';