Skip to content

Commit

Permalink
Update create-send-sms.5.x.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamp3 authored Aug 30, 2018
1 parent c200c3e commit b0caacd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions api/v2010/message/create-send-sms/create-send-sms.5.x.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

// Update the path below to your autoload.php,
// see https://getcomposer.org/doc/01-basic-usage.md
require_once '/path/to/vendor/autoload.php';

require __DIR__ . '/vendor/autoload.php';
use Twilio\Rest\Client;

// Find your Account Sid and Auth Token at twilio.com/console
Expand All @@ -19,4 +15,4 @@
)
);

print($message->sid);
print($message->sid);

0 comments on commit b0caacd

Please sign in to comment.