Update AutospamService.php

shleeable-patch-19
Shlee 3 days 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