We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ef6a3 commit 534ab17Copy full SHA for 534ab17
tests/Persist/Dao/TParent.php
@@ -61,7 +61,7 @@ static function create($data){
61
/**
62
* @access "person|noOne"
63
*/
64
- static function find($filters,$sort,$pagination,$where){
+ static function find($filters, $sort = null, $pagination = null, $where = null){
65
return parent::find($filters,$sort,$pagination,$where);
66
}
67
0 commit comments