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 8ed68ce commit 8b19cd8Copy full SHA for 8b19cd8
src/Illuminate/Validation/Rules/JsonSchema.php
@@ -97,7 +97,7 @@ protected function formatValidationError(ValidationError $error): string
97
$keyword = $error->keyword();
98
$dataPath = implode('.', $error->data()->path() ?? []);
99
100
- return $dataPath !== '' ?
+ return $dataPath !== '' ?
101
"Validation failed at '$dataPath': $keyword" :
102
"Validation failed: $keyword";
103
}
0 commit comments