Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoroosevelt committed Jan 25, 2017
1 parent 5272bac commit 5d512db
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 @@ -44,7 +44,7 @@ public function index()
$this->paginate['conditions'] = $conditions;

// get pagination
$this->set('posts', $this->paginate($this->Post));
$this->set('posts', $this->paginate($this->Posts));

// ...

Expand Down

0 comments on commit 5d512db

Please sign in to comment.