SimpleSoftwareIO\SMS\Drivers\LabsMobileSMS::__construct PHP Method

__construct() public method

Constructs the MozeoSMS Instance.
public __construct ( Client $client )
$client GuzzleHttp\Client The guzzle client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }
LabsMobileSMS