Completed
Push — master ( be395d...65043c )
by Simon
02:27
created
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.
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.