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

Typo in namespace casing in PHP sample #875

@rkaiser0324

Description

@rkaiser0324

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions