exists($value) === true) { return false; } } return true; } /** * Get the validation error message. * * @return string */ public function message() { return 'The file name already exists.'; } }