Overtrue\Validation\Validator::validateSometimes PHP Method

validateSometimes() protected method

Always returns true, just lets us put sometimes in rules.
protected validateSometimes ( ) : boolean
return boolean
    protected function validateSometimes()
    {
        return true;
    }
Validator