1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Remove redundant function

This commit is contained in:
Jake Barnby 2022-12-07 19:29:24 +13:00
parent e4f546eae0
commit 4de3289ebb
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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