WIP Contract 2024-06-11
This commit is contained in:
@@ -315,7 +315,7 @@ class ContractModel {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static function search($filter, $limit = false) {
|
||||
public static function search($filter = [], $limit = false) {
|
||||
//var_dump($filter);exit;
|
||||
$items = [];
|
||||
$db = FronkDB::singleton();
|
||||
|
||||
Reference in New Issue
Block a user