Skip to content

Commit

Permalink
Merge pull request laravel#1017 from s1dd/4.2
Browse files Browse the repository at this point in the history
Fixed typo in eloquent.md
  • Loading branch information
taylorotwell committed Jan 9, 2015
2 parents e18889e + efcb177 commit b26e2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eloquent.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Scopes allow you to easily re-use query logic in your models. To define a scope,

#### Dynamic Scopes

Sometimes You may wish to define a scope that accepts parameters. Just add your parameters to your scope function:
Sometimes you may wish to define a scope that accepts parameters. Just add your parameters to your scope function:

class User extends Eloquent {

Expand Down

0 comments on commit b26e2ff

Please sign in to comment.