Skip to content

Commit

Permalink
Merge pull request #5 from seancheung/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
seancheung authored Jun 2, 2018
2 parents 3435377 + 113adc6 commit 6009032
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 @@ -111,7 +111,7 @@ $user->operations;

### Additional query conditions

Both of `histories` and `operations` return Eloquent relationships which also serve as query builders. You can add further constraints by chaining conditions:
Both `histories` and `operations` return Eloquent relationships which also serve as query builders. You can add further constraints by chaining conditions:

```php
// get the lastest 10 records
Expand Down

0 comments on commit 6009032

Please sign in to comment.