WIP Contract 2024-06-11

This commit is contained in:
Frank Schubert
2024-06-11 18:14:41 +02:00
parent 85acab876e
commit 8968f6beb1
7 changed files with 203 additions and 21 deletions

View File

@@ -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();