SimpleSoftwareIO\SMS\Drivers\NexmoSMS::getFirstMessage PHP Method

getFirstMessage() protected method

Get the first message in the response from Nexmo
protected getFirstMessage ( $body )
$body
    protected function getFirstMessage($body)
    {
        return $body['messages'][0];
    }