New static data

This commit is contained in:
CHIEFSOFT\ameye
2024-07-04 20:53:52 -04:00
parent 3f7154dd7f
commit 47acbc436f
4 changed files with 59 additions and 13 deletions
+1 -12
View File
@@ -725,17 +725,6 @@ class WrenchApi extends BaseController
return $bannerArray;
}
private function familyTypes(){
return [
array("ty"=>"Parent", "id"=>"PARENT", "tag"=>"fam_type_parent"),
array("ty"=>"Relatives", "id"=>"RELATIVES", "tag"=>"fam_type_relatives"),
array("ty"=>"Others", "id"=>"Others", "tag"=>"fam_type_others")
];
}
private function historyTypes(){
return [
array("ty"=>"Completed Jobs", "id"=>"COMPLETED_JOBS", "tag"=>"hist_type_completed_jobs"),
];
}
}