Skip to content

Commit 3622713

Browse files
authored
Update README.md
1 parent 60fef9f commit 3622713

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
@@ -219,7 +219,7 @@ use Arifszn\AdvancedValidation\Rules\Hash;
219219
public function rules()
220220
{
221221
return [
222-
'foo' => [new Hash()],
222+
'foo' => [new Hash('md4')],
223223
];
224224
}
225225
```

0 commit comments

Comments
 (0)