Skip to content

Commit

Permalink
chore: update nexmo namespace to vonage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisdom Ebong committed Mar 21, 2024
1 parent 911338e commit f135e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ushahidi/DataSource/Nexmo/NexmoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class NexmoController extends DataSourceController
public function handleRequest(Request $request)
{
try {
$message = \Nexmo\Message\InboundMessage::createFromGlobals();
$message = \Vonage\Message\InboundMessage::createFromGlobals();
if (!$message->isValid() || !$message->getBody() || !$message->getFrom()) {
abort(400, "Invalid message");
}
Expand Down

0 comments on commit f135e3d

Please sign in to comment.