We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a907 commit 1d825beCopy full SHA for 1d825be
README.md
@@ -20,7 +20,7 @@ First create filter like below.
20
php artisan make:filter UserFilter
21
```
22
23
-After creating the filter, add HasFilter trait into your eloquent model.
+After creating the filter, add `HasFilter` trait into your eloquent model.
24
25
```php
26
use \LaraToolbox\EloquentFilters\HasFilter;
0 commit comments