Skip to content

Commit

Permalink
Merge pull request #27 from vlaim/master
Browse files Browse the repository at this point in the history
Add $smsId in README
  • Loading branch information
zelenin authored Jun 30, 2017
2 parents 71f179d + c429087 commit f290233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ $client->smsSend(new \Zelenin\SmsRu\Entity\SmsPool([$sms1, $sms2]));
Статус SMS:

```php
$send = $client->smsSend($sms);
$smsId = $send->ids[0];
$client->smsStatus($smsId);
```

Expand Down

0 comments on commit f290233

Please sign in to comment.