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

Commit 57bef29

Browse files
authored
1 parent e2114a1 commit 57bef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/messages/generate-twiml-sms/generate-twiml-sms.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
require_once 'vendor/autoload.php'; // Loads the library
5-
use Twilio\Twiml\MessagingResponse;
5+
use Twilio\TwiML\MessagingResponse;
66

77
$response = new MessagingResponse();
88
$response->message("The Robots are coming! Head for the hills!");

0 commit comments

Comments
 (0)