@@ -5,12 +5,12 @@ |
||
5 | 5 | */ |
6 | 6 | namespace NotificationChannels\JetSMS; |
7 | 7 | |
8 | -use Illuminate\Notifications\Notification; |
|
9 | 8 | use Illuminate\Contracts\Events\Dispatcher; |
9 | +use Illuminate\Notifications\Notification; |
|
10 | +use NotificationChannels\JetSMS\Clients\JetSMSApiResponseInterface; |
|
11 | +use NotificationChannels\JetSMS\Clients\JetSMSClientInterface; |
|
10 | 12 | use NotificationChannels\JetSMS\Events\MessageWasSent; |
11 | 13 | use NotificationChannels\JetSMS\Events\SendingMessage; |
12 | -use NotificationChannels\JetSMS\Clients\JetSMSClientInterface; |
|
13 | -use NotificationChannels\JetSMS\Clients\JetSMSApiResponseInterface; |
|
14 | 14 | use NotificationChannels\JetSMS\Exceptions\CouldNotSendNotification; |
15 | 15 | |
16 | 16 | /** |