We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac7d81 + 782aa0a commit 44df06bCopy full SHA for 44df06b
src/Model/Behavior/SearchBehavior.php
@@ -43,7 +43,7 @@ class SearchBehavior extends Behavior
43
* @param array $options The options for the find.
44
* - `search`: Array of search arguments.
45
* @return \Cake\ORM\Query The Query object used in pagination.
46
- * @throws Exception When missing search arguments.
+ * @throws \Exception When missing search arguments.
47
*/
48
public function findSearch(Query $query, array $options)
49
{
0 commit comments