@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace NotificationChannels\Twilio; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Illuminate\Notifications\Notification; |
|
7 | 6 | use Illuminate\Contracts\Events\Dispatcher; |
8 | 7 | use Illuminate\Notifications\Events\NotificationFailed; |
8 | +use Illuminate\Notifications\Notification; |
|
9 | 9 | use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification; |
10 | 10 | |
11 | 11 | class TwilioChannel |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Twilio; |
4 | 4 | |
5 | -use Twilio\Rest\Client as TwilioService; |
|
6 | 5 | use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification; |
6 | +use Twilio\Rest\Client as TwilioService; |
|
7 | 7 | |
8 | 8 | class Twilio |
9 | 9 | { |