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 c7407db commit a01b8e8Copy full SHA for a01b8e8
UPGRADE-6.0.md
@@ -30,6 +30,8 @@ Thank you for your support and contributions to the project.
30
31
* The signature for the `BaseConstraint::AddError` method has changed.
32
33
+ The `$message` parameter has been removed and replaced by the `ConstraintError` parameter.
34
+ The `ConstraintError` object encapsulates the error message along with additional information about the constraint violation.
35
36
*Before*
37
```php
0 commit comments