Completed
Branch master (d3bccb)
by Hilmi Erdem
01:53
created
src/JetSMSChannel.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 namespace NotificationChannels\JetSMS;
8 8
 
9
-use Illuminate\Notifications\Notification;
10 9
 use Illuminate\Contracts\Events\Dispatcher;
10
+use Illuminate\Notifications\Notification;
11
+use NotificationChannels\JetSMS\Clients\JetSMSApiResponseInterface;
12
+use NotificationChannels\JetSMS\Clients\JetSMSClientInterface;
11 13
 use NotificationChannels\JetSMS\Events\MessageWasSent;
12 14
 use NotificationChannels\JetSMS\Events\SendingMessage;
13
-use NotificationChannels\JetSMS\Clients\JetSMSClientInterface;
14
-use NotificationChannels\JetSMS\Clients\JetSMSApiResponseInterface;
15 15
 use NotificationChannels\JetSMS\Exceptions\CouldNotSendNotification;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.