Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Typo in namespace casing in PHP sample #875

Open
rkaiser0324 opened this issue Mar 18, 2021 · 0 comments
Open

Typo in namespace casing in PHP sample #875

rkaiser0324 opened this issue Mar 18, 2021 · 0 comments

Comments

@rkaiser0324
Copy link

In https://github.com/TwilioDevEd/api-snippets/blob/master/rest/messages/generate-twiml-sms/generate-twiml-sms.5.x.php, it says

<?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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@rkaiser0324 and others