Skip to content

Commit

Permalink
5.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyilmaz committed Mar 28, 2024
1 parent 1a04123 commit 3e89c0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/en-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4037,6 +4037,7 @@ $data = array(
// Rule
$rule = array(
'username' => 'available:users',
// 'username' => 'available:users:second_username',
// 'username' => 'knownunique:users:username:aliyilmaz'
// 'username' => 'knownunique:users:aliyilmaz'
'title' => 'required|unique:posts',
Expand Down Expand Up @@ -4403,7 +4404,7 @@ available:users


```php
available:users:username
available:users:second_username
```


Expand Down
3 changes: 2 additions & 1 deletion docs/tr-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3994,6 +3994,7 @@ $data = array(
// Kural
$rule = array(
'username' => 'available:users',
// 'username' => 'available:users:second_username',
// 'username' => 'knownunique:users:username:aliyilmaz'
// 'username' => 'knownunique:users:aliyilmaz'
'title' => 'required|unique:posts',
Expand Down Expand Up @@ -4359,7 +4360,7 @@ veya


```php
available:users:username
available:users:second_username
```


Expand Down
1 change: 1 addition & 0 deletions tests/validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
// Rule
$rule = array(
'username' => 'available:users',
// 'username' => 'available:users:second_username',
// 'username' => 'knownunique:users:username:aliyilmaz'
// 'username' => 'knownunique:users:aliyilmaz'
'title' => 'required|unique:posts',
Expand Down

0 comments on commit 3e89c0d

Please sign in to comment.