Skip to content

Commit 1d825be

Browse files
committed
readme update
1 parent dc1a907 commit 1d825be

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
@@ -20,7 +20,7 @@ First create filter like below.
2020
php artisan make:filter UserFilter
2121
```
2222

23-
After creating the filter, add HasFilter trait into your eloquent model.
23+
After creating the filter, add `HasFilter` trait into your eloquent model.
2424

2525
```php
2626
use \LaraToolbox\EloquentFilters\HasFilter;

0 commit comments

Comments
 (0)