Completed
Push — master ( 7ab1ca...c15062 )
by Simon
06:15 queued 05:12
created
src/SipgateClient.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SimonKub\Laravel\Notifications\Sipgate;
4 4
 
5
-use GuzzleHttp\Exception\GuzzleException;
6 5
 use GuzzleHttp\ClientInterface as HttpClient;
6
+use GuzzleHttp\Exception\GuzzleException;
7 7
 use SimonKub\Laravel\Notifications\Sipgate\Exceptions\CouldNotSendNotification;
8 8
 
9 9
 class SipgateClient
Please login to merge, or discard this patch.
src/SipgateChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SimonKub\Laravel\Notifications\Sipgate;
4 4
 
5
-use Illuminate\Support\Facades\Config;
6 5
 use Illuminate\Notifications\Notification;
6
+use Illuminate\Support\Facades\Config;
7 7
 use SimonKub\Laravel\Notifications\Sipgate\Exceptions\CouldNotSendNotification;
8 8
 
9 9
 class SipgateChannel
Please login to merge, or discard this patch.