Remove redundant function

This commit is contained in:
Jake Barnby
2022-12-07 19:29:24 +13:00
parent e4f546eae0
commit 4de3289ebb
-11
View File
@@ -403,17 +403,6 @@ class Response extends SwooleResponse
return $this->models;
}
/**
* Returns the model that was used to
* parse the currrent payload
*
* @return string
*/
public function getCurrentModel(): string
{
return $this->model;
}
/**
* Validate response objects and outputs
* the response according to given format type