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 5348757 commit 891ea92Copy full SHA for 891ea92
example.php
@@ -107,7 +107,7 @@
107
108
try {
109
$update = $client->addUpdate($update);
110
- echo "Updated ticket 123456. The new update's id is " . $update->id . '.';
+ echo "Updated ticket 123456. The new update's id is " . $update[0]->id . '.';
111
} catch (Exception $e) {
112
die('Unable to update ticket: ' . $e->getMessage());
113
}
0 commit comments