Skip to content

Commit

Permalink
small readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucker-Eric committed Mar 15, 2016
1 parent 094b3b1 commit 27bd70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class UserFilter extends ModelFilter
> Note: In the above example if you do not want `_id` dropped from the end of the input you can set `protected $drop_id = false` on your filter class. Doing this would allow you to have a `company()` filter method as well as a `companyId()` filter method.
> Note: In the example above all methods inside `global()` will be called every time `filter()` is called on the model
>
### Applying The Filter To A Model

Implement the `EloquentFilter\Filterable` trait on any Eloquent model:
Expand Down

0 comments on commit 27bd70c

Please sign in to comment.