Skip to content

Commit

Permalink
More typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina committed Jul 11, 2021
1 parent 986dcbb commit 5a5c3c3
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 @@ -88,11 +88,11 @@ protected $middleware = [
];
```

Instead, you can use `trim` and `empty_string_to_null` filters.
Then, instead, you can use `trim` and `empty_string_to_null` filters:

```php
$filters = [
'some_string_param' => 'trim|empty_string_to_null',
'some_string_parameter' => 'trim|empty_string_to_null',
];
```

Expand Down

0 comments on commit 5a5c3c3

Please sign in to comment.