Skip to content

Commit

Permalink
Update Plivo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobking256 authored Jul 28, 2021
1 parent fea9da8 commit ae68a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plivo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace NotificationChannels\Plivo;

use Plivo\RestAPI as PlivoRestApi;
use Plivo\RestClient;

class Plivo extends PlivoRestApi
class Plivo extends RestClient
{
/** @var string */
protected $auth_id;
Expand Down

0 comments on commit ae68a0a

Please sign in to comment.