Completed
Branch master (5c3d55)
by Atymic
07:21
created
src/Infobip.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Infobip;
4 4
 
5
+use NotificationChannels\Infobip\Exceptions\CouldNotSendNotification;
5 6
 use infobip\api\client\SendMultipleTextualSmsAdvanced;
6 7
 use infobip\api\client\SendSingleTextualSms;
7 8
 use infobip\api\configuration\BasicAuthConfiguration;
@@ -9,7 +10,6 @@  discard block
 block discarded – undo
9 10
 use infobip\api\model\sms\mt\send\Message;
10 11
 use infobip\api\model\sms\mt\send\textual\SMSAdvancedTextualRequest;
11 12
 use infobip\api\model\sms\mt\send\textual\SMSTextualRequest;
12
-use NotificationChannels\Infobip\Exceptions\CouldNotSendNotification;
13 13
 
14 14
 class Infobip
15 15
 {
Please login to merge, or discard this patch.