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 f652d28 commit 5b1b08bCopy full SHA for 5b1b08b
src/Validator/Relationships/RelationshipsValidator.php
@@ -45,7 +45,7 @@ class RelationshipsValidator extends AbstractKeyedValidator
45
ErrorObject::CODE => self::ERROR_REQUIRED,
46
ErrorObject::STATUS => 400,
47
ErrorObject::TITLE => 'Required Relationship',
48
- ErrorObject::DETAIL => 'Missing required relationship "%s".',
+ ErrorObject::DETAIL => 'Relationship is required so must be provided.',
49
],
50
self::ERROR_UNRECOGNISED_RELATIONSHIP => [
51
ErrorObject::CODE => self::ERROR_UNRECOGNISED_RELATIONSHIP,
0 commit comments