Overtrue\Validation\Validator::getReplacers PHP 메소드

getReplacers() 공개 메소드

Get the array of custom validator message replacers.
public getReplacers ( ) : array
리턴 array
    public function getReplacers()
    {
        return $this->replacers;
    }
Validator