New static data
This commit is contained in:
@@ -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"),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user