Fix/optimise address creation/editing via System AKAs
This commit is contained in:
@@ -10,10 +10,10 @@ class FidoInteger implements Rule
|
||||
{
|
||||
/**
|
||||
* Determine if the validation rule passes.
|
||||
* This will check that a number used for zone, net, host is between 1 and Address::ADDRESS_FIELD_MAX.
|
||||
* This will check that a number used for zone, net, host is between 0 and Address::ADDRESS_FIELD_MAX.
|
||||
*
|
||||
* @param string $attribute
|
||||
* @param mixed $value
|
||||
* @param string $attribute
|
||||
* @param mixed $value
|
||||
* @return bool
|
||||
*/
|
||||
public function passes($attribute,$value)
|
||||
|
Reference in New Issue
Block a user