From e0cc692d958a6160117d01712e8d431b894dfb58 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 10 Jan 2024 21:28:45 -0500 Subject: [PATCH] fam types --- www-api/app/Controllers/WrenchApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchApi.php b/www-api/app/Controllers/WrenchApi.php index e508253c..0bc70414 100644 --- a/www-api/app/Controllers/WrenchApi.php +++ b/www-api/app/Controllers/WrenchApi.php @@ -646,7 +646,7 @@ class WrenchApi extends BaseController $final_out["server_tag"] = $server_tag; $final_out["language"] = "en"; $final_out["ip_loc"] = $ip_loc; - $final_out["family_types"] = this.familyTypes(); + $final_out["family_types"] = $this->familyTypes(); //return json_encode( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out)); return json_encode( $final_out ); }