mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Remove redundant function
This commit is contained in:
parent
e4f546eae0
commit
4de3289ebb
1 changed files with 0 additions and 11 deletions
|
|
@ -403,17 +403,6 @@ class Response extends SwooleResponse
|
||||||
return $this->models;
|
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
|
* Validate response objects and outputs
|
||||||
* the response according to given format type
|
* the response according to given format type
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue