|
@@ -32,7 +32,7 @@ |
|
|
block discarded – undo |
|
32
|
32
|
* |
|
33
|
33
|
* @return string |
|
34
|
34
|
*/ |
|
35
|
|
- public function errorMessage() |
|
|
35
|
+ public function errorMessage() |
|
36
|
36
|
{ |
|
37
|
37
|
return 'Validation Error!<br/>The value "' . $this->value . '" is invalid for ' . $this->key . '.<br/>Please refer to the package documentation <a href=https://github.com/inshore/bookwhen>https://github.com/inshore/bookwhen</a> or <a href=https://api.bookwhen.com/v2>https://api.bookwhen.com/v2</a>'; |
|
38
|
38
|
} |
Please login to merge, or discard this patch.