Skip to content

Commit a432a7c

Browse files
authored
Update README.md
1 parent 0555fe6 commit a432a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ composer require micro/dto
2525
<class name="User\User">
2626
<property name="email" type="string">
2727
<validation>
28-
<not_blank grou/>
28+
<not_blank/>
2929
<length min="6" max="50"/>
3030
<regex pattern="/^(.[aA-zA]+)$/"/>
3131
</validation>

0 commit comments

Comments
 (0)