Skip to content

Commit

Permalink
changes for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15k committed Nov 5, 2024
1 parent cce59a7 commit 4ecb22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class User extends Model

## Validators

### # UniqueEncrypted(table, field(optional), ignore_id(optional))
#### # UniqueEncrypted(table, field(optional), ignore_id(optional))

```php
<?php
Expand All @@ -70,7 +70,7 @@ Validator::make($data, [
]);
```

### # ExistsEncrypted(table,field(optional))
#### # ExistsEncrypted(table, field(optional))

```php
<?php
Expand Down

0 comments on commit 4ecb22a

Please sign in to comment.