/**
  * Get the array of custom validator message replacers.
  *
  * @return array
  */
 public function getReplacers()
 {
     return $this->validator->getReplacers();
 }