mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove redundant function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user