Skip to content

Commit f424ebc

Browse files
authored
chore: style fixes
1 parent 1027423 commit f424ebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Exceptions/CouldNotSendNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Twilio\Exceptions;
44

5-
use NotificationChannels\Twilio\SmsMessage;
65
use NotificationChannels\Twilio\CallMessage;
6+
use NotificationChannels\Twilio\SmsMessage;
77

88
class CouldNotSendNotification extends \Exception
99
{

src/Twilio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Twilio;
44

5-
use Twilio\Rest\Client as TwilioService;
65
use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
6+
use Twilio\Rest\Client as TwilioService;
77

88
class Twilio
99
{

src/TwilioChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace NotificationChannels\Twilio;
44

55
use Exception;
6-
use Illuminate\Notifications\Notification;
76
use Illuminate\Contracts\Events\Dispatcher;
87
use Illuminate\Notifications\Events\NotificationFailed;
8+
use Illuminate\Notifications\Notification;
99
use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification;
1010

1111
class TwilioChannel

0 commit comments

Comments
 (0)