Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
minor change in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nicholson authored and Gareth Nicholson committed Jun 10, 2016
1 parent e6a34da commit 1a6dc85
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 @@ -118,7 +118,7 @@ $data = $this->model->findAllBy('category', $category);
//returns with ->get()
$data = $this->model->findWhere([
'category' => $category,
['year','>', $year]
['year', '>' , $year]
]);
```

Expand Down

0 comments on commit 1a6dc85

Please sign in to comment.