Skip to content

Commit 44df06b

Browse files
authoredJul 6, 2016
Merge pull request #107 from thinkingmedia/patch-2
throws \Exception
2 parents cac7d81 + 782aa0a commit 44df06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Model/Behavior/SearchBehavior.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SearchBehavior extends Behavior
4343
* @param array $options The options for the find.
4444
* - `search`: Array of search arguments.
4545
* @return \Cake\ORM\Query The Query object used in pagination.
46-
* @throws Exception When missing search arguments.
46+
* @throws \Exception When missing search arguments.
4747
*/
4848
public function findSearch(Query $query, array $options)
4949
{

0 commit comments

Comments
 (0)