Skip to content

Commit f1fc3ec

Browse files
authored
Merge pull request #94 from RatulHasan/patch-1
Update readme.MD PHP example section
2 parents 8c4f7dc + 3fc9a5d commit f1fc3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ $task = new Task();
245245
$task->setHttpRequest($http);
246246
$queuePath = $client->queueName('dev', 'here', 'tasks');
247247

248-
$response = $this->client->createTask($queuePath, $task);
248+
$response = $client->createTask($queuePath, $task);
249249
```
250250

251251
### JavaScript example

0 commit comments

Comments
 (0)