Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural committed Jul 3, 2020
1 parent e8c4a15 commit 39abe81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ This rule disallows validating the request in controllers.

This rule makes sure `Illuminate\Database\Eloquent\Builder` instance is returned from `Eloquent` local query scopes.

#### `NoLocalQueryScopeRule`

This rule disallows the usage of local model query scopes all together.

#### `NoPropertyAccessorRule`

This rule disallows the usage of model property accessors.

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down

0 comments on commit 39abe81

Please sign in to comment.