Example #1
0
 /**
  * AbstractProvider constructor
  *
  * @author Morten Rugaard <*****@*****.**>
  *
  * @access public
  * @param \Nodes\Services\Twilio\Client $client
  */
 public function __construct(Client $client)
 {
     // Set account
     $this->account = $client->getAccount();
     // Set http client
     $this->httpClient = $client->getHttpClient();
 }