We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153136c commit 188dbcbCopy full SHA for 188dbcb
src/Traits/Clientable.php
@@ -117,7 +117,7 @@ public function __call($method, $args)
117
if ($this->response instanceof \GuzzleHttp\Psr7\Response) {
118
$this->result = $this->castResponse($this->response);
119
120
- $this->attributes = $this->result;
+ $this->attributes = static::makeAttribute($this->result);
121
}
122
123
// 将 promise 请求直接返回
0 commit comments