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

Commit 6d48a12

Browse files
author
Bruno
committed
[UPD] add uuid on response.js
1 parent 1ea76e6 commit 6d48a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function __construct($response)
2525
}
2626
}
2727

28+
$this->uuid = $res->{'uuid'};
2829
$this->language = $res->{'language'};
2930
$this->version = $res->{'version'};
3031
$this->timestamp = $res->{'timestamp'};

0 commit comments

Comments
 (0)