Overtrue\Validation\Validator::replaceNotIn PHP Method

replaceNotIn() protected method

Replace all place-holders for the not_in rule.
protected replaceNotIn ( string $message, string $attribute, string $rule, array $parameters ) : string
$message string
$attribute string
$rule string
$parameters array
return string
    protected function replaceNotIn($message, $attribute, $rule, $parameters)
    {
        return $this->replaceIn($message, $attribute, $rule, $parameters);
    }
Validator