Skip to content

Commit

Permalink
Use secure protocol
Browse files Browse the repository at this point in the history
Use secure protocol
  • Loading branch information
John Doe authored Feb 8, 2017
1 parent 54dda33 commit fce70b2
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 fce70b2

Please sign in to comment.