Skip to content

Commit

Permalink
Fixed typo in eloquent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd committed Jan 9, 2015
1 parent e18889e commit efcb177
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 efcb177

Please sign in to comment.