Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit faf172b

Browse files
committed
feat(core) add processing_language for Response model
1 parent 8275d5c commit faf172b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apis/resources/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function __construct($response) {
3131
}
3232

3333
$this->language = $response->language;
34+
$this->processing_language = $response->processing_language;
3435
$this->version = $response->version;
3536
$this->timestamp = $response->timestamp;
3637
$this->status = $response->status;

0 commit comments

Comments
 (0)