Update AutospamService.php

pull/6685/head
Shlee 1 month ago committed by GitHub
parent 0f781cba34
commit b9ecfb5658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,7 @@ class AutospamService
public static function check($text)
{
if (! $text || strlen($text) == 0) {
return false;
}
if (! self::active()) {
return null;

Loading…
Cancel
Save