Overtrue\Validation\Validator::replaceDifferent PHP Method

replaceDifferent() protected method

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