fam types
This commit is contained in:
@@ -646,7 +646,7 @@ class WrenchApi extends BaseController
|
|||||||
$final_out["server_tag"] = $server_tag;
|
$final_out["server_tag"] = $server_tag;
|
||||||
$final_out["language"] = "en";
|
$final_out["language"] = "en";
|
||||||
$final_out["ip_loc"] = $ip_loc;
|
$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( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out));
|
||||||
return json_encode( $final_out );
|
return json_encode( $final_out );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user