missing family data

This commit is contained in:
CHIEFSOFT\ameye
2023-05-09 12:34:10 -04:00
parent 23457f36cc
commit 9528fd4e3c
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ class ResultFormatter extends Model
"lastname" => $out["lastname_${key}"],
"age" => $out["age_${key}"],
"last_login" => '10-10-2024',
"task_count" => rand(0,20)
"task_count" => rand(0,20),
"added" => '10-10-2024'
);
}
+2 -1
View File
@@ -93,7 +93,8 @@ function processOutJson($in, $out) {
"lastname" => $out["lastname_${key}"],
"age" => $out["age_${key}"],
"last_login" => '10-10-2024',
"task_count" => rand(0,20)
"task_count" => rand(0,20),
"added" => '10-10-2024'
);
}