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 0555fe6 commit a432a7cCopy full SHA for a432a7c
README.md
@@ -25,7 +25,7 @@ composer require micro/dto
25
<class name="User\User">
26
<property name="email" type="string">
27
<validation>
28
- <not_blank grou/>
+ <not_blank/>
29
<length min="6" max="50"/>
30
<regex pattern="/^(.[aA-zA]+)$/"/>
31
</validation>
0 commit comments