Completed
Push — master ( 0bad3e...358cca )
by Mark
02:36
created
src/GlobeLabsSmsChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Coreproc\GlobeLabsSms;
4 4
 
5
+use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification;
5 6
 use GuzzleHttp\Client;
6 7
 use GuzzleHttp\Exception\GuzzleException;
7 8
 use Illuminate\Notifications\Notification;
8
-use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification;
9 9
 
10 10
 class GlobeLabsSmsChannel
11 11
 {
Please login to merge, or discard this patch.
src/GlobeLabsSmsMessage.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Coreproc\GlobeLabsSms;
4 4
 
5
-use Exception;
6
-use Coreproc\MsisdnPh\Msisdn;
7 5
 use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification;
6
+use Coreproc\MsisdnPh\Msisdn;
7
+use Exception;
8 8
 
9 9
 class GlobeLabsSmsMessage
10 10
 {
Please login to merge, or discard this patch.