Skip to content

Commit 534ab17

Browse files
committed
bug fix
1 parent 48ef6a3 commit 534ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Persist/Dao/TParent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static function create($data){
6161
/**
6262
* @access "person|noOne"
6363
*/
64-
static function find($filters,$sort,$pagination,$where){
64+
static function find($filters, $sort = null, $pagination = null, $where = null){
6565
return parent::find($filters,$sort,$pagination,$where);
6666
}
6767

0 commit comments

Comments
 (0)