mirror of
https://github.com/flarum/core.git
synced 2025-10-18 02:06:08 +02:00
@@ -13,4 +13,9 @@ class Response
|
||||
{
|
||||
return json_decode($this->response->getBody());
|
||||
}
|
||||
|
||||
public function getStatusCode()
|
||||
{
|
||||
return $this->response->getStatusCode();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user