Some big update
This commit is contained in:
@@ -53,7 +53,7 @@ class NotInternal implements Validator
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!$this->hostCheck->isNotInternalHost($value)) {
|
||||
if (!$this->hostCheck->isHostAndNotInternal($value)) {
|
||||
return Failure::create();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user