You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
<?php
// Get the PHP helper library from https://twilio.com/docs/libraries/php
require_once 'vendor/autoload.php'; // Loads the library
use Twilio\Twiml\MessagingResponse;
The last line should be:
use Twilio\TwiML\MessagingResponse;
The casing is wrong.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In https://github.com/TwilioDevEd/api-snippets/blob/master/rest/messages/generate-twiml-sms/generate-twiml-sms.5.x.php, it says
The last line should be:
The casing is wrong.
The text was updated successfully, but these errors were encountered: