This commit is contained in:
Julio Cesar Laura Avendaño
2019-11-21 15:18:23 -04:00
parent 9a59c363d8
commit 6abe8a4a1b

View File

@@ -106,7 +106,7 @@ class StringHelper {
* @return int
*/
public static function hashCode($string) {
return $this->encryptCrc32($string);
return self::encryptCrc32($string);
}
/**