Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Mar 7, 2020
1 parent 1027423 commit f424ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/CouldNotSendNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NotificationChannels\Twilio\Exceptions;

use NotificationChannels\Twilio\SmsMessage;
use NotificationChannels\Twilio\CallMessage;
use NotificationChannels\Twilio\SmsMessage;

class CouldNotSendNotification extends \Exception
{
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NotificationChannels\Twilio;

use Twilio\Rest\Client as TwilioService;
use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
use Twilio\Rest\Client as TwilioService;

class Twilio
{
Expand Down
2 changes: 1 addition & 1 deletion src/TwilioChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace NotificationChannels\Twilio;

use Exception;
use Illuminate\Notifications\Notification;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Notifications\Events\NotificationFailed;
use Illuminate\Notifications\Notification;
use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;

class TwilioChannel
Expand Down

0 comments on commit f424ebc

Please sign in to comment.