Skip to content

Commit

Permalink
Merge pull request #25 from johndoejdg/master
Browse files Browse the repository at this point in the history
Using secure protocol
  • Loading branch information
zelenin authored Feb 8, 2017
2 parents 54dda33 + fce70b2 commit 47205f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Client implements ClientInterface
/**
* @var string
*/
private $baseUrl = 'http://sms.ru/{method}';
private $baseUrl = 'https://sms.ru/{method}';

/**
* @param string $method
Expand Down

0 comments on commit 47205f6

Please sign in to comment.