Skip to content

Commit

Permalink
Correct API docs for find().
Browse files Browse the repository at this point in the history
Fixes #8308
  • Loading branch information
markstory committed Feb 22, 2016
1 parent 8f3df8b commit ee2d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -2937,7 +2937,7 @@ public function hasAny($conditions = null) {
* 'conditions' => array('name' => 'Thomas Anderson'),
* 'fields' => array('name', 'email'),
* 'order' => 'field3 DESC',
* 'recursive' => 2,
* 'recursive' => 1,
* 'group' => 'type',
* 'callbacks' => false,
* ));
Expand Down

0 comments on commit ee2d222

Please sign in to comment.