codecanyon integration

This commit is contained in:
Ibnu Maksum
2024-01-18 15:41:24 +07:00
parent a35506db1b
commit d81ba5d5fb
7 changed files with 259 additions and 34 deletions

View File

@ -20,7 +20,7 @@ class Validator
* @param array $hits
* @return void
*/
private static function textHit($string, $exclude = "")
public static function textHit($string, $exclude = "")
{
if (empty($exclude)) return false;
if (is_array($exclude)) {