Skip to content

Commit

Permalink
Expandability
Browse files Browse the repository at this point in the history
  • Loading branch information
bgsrb authored May 6, 2017
1 parent 9acceeb commit e5afb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KavenegarApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ public function __construct($apiKey)
$this->apiKey = $apiKey;
}

private function get_path($method, $base = 'sms')
protected function get_path($method, $base = 'sms')
{
return sprintf(self::APIPATH, $this->apiKey, $base, $method);
}

private function execute($url, $data = null)
protected function execute($url, $data = null)
{
$headers = array(
'Accept: application/json',
Expand Down

0 comments on commit e5afb42

Please sign in to comment.