We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63ff16 commit 5f5f9ebCopy full SHA for 5f5f9eb
illuminate/Validation/Validator.php
@@ -421,8 +421,8 @@ protected function replacePlaceholderInString(string $value)
421
*/
422
protected function replaceDotPlaceholderInParameters(array $parameters)
423
{
424
- return array_map(function ($field) {
425
- return str_replace($this->dotPlaceholder, '.', $field);
+ return \array_map(function ($field) {
+ return \str_replace('__dot__' . static::$placeholderHash, '.', $field);
426
}, $parameters);
427
}
428
0 commit comments