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 53463a4 commit e29b9f6Copy full SHA for e29b9f6
docs/guides/delete-operation-with-validation.php
@@ -15,7 +15,7 @@
15
#[\Attribute]
16
class AssertCanDelete extends Constraint
17
{
18
- public string $message = 'For whatever reason we denied removeal of this data.';
+ public string $message = 'For whatever reason we denied removal of this data.';
19
public string $mode = 'strict';
20
21
public function getTargets(): string
0 commit comments