Completed
Push — master ( 5f4aae...f3e9e9 )
by Hilmi Erdem
13s
created
src/JetSMSChannel.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.