Completed
Pull Request — master (#2)
by Muhammad
02:10
created
src/GammuChannel.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Gammu;
4 4
 
5
+use GuzzleHttp\Client as HttpClient;
6
+use Illuminate\Notifications\Notification;
5 7
 use NotificationChannels\Gammu\Exceptions\CouldNotSendNotification;
6 8
 use NotificationChannels\Gammu\Models\Outbox;
7 9
 use NotificationChannels\Gammu\Models\OutboxMultipart;
8 10
 use NotificationChannels\Gammu\Models\Phone;
9
-use Illuminate\Notifications\Notification;
10
-use GuzzleHttp\Client as HttpClient;
11 11
 
12 12
 class GammuChannel
13 13
 {
Please login to merge, or discard this patch.
src/GammuServiceProvider.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 NotificationChannels\Gammu;
4 4
 
5
-use Illuminate\Support\ServiceProvider;
6 5
 use GuzzleHttp\Client as HttpClient;
6
+use Illuminate\Support\ServiceProvider;
7 7
 
8 8
 class GammuServiceProvider extends ServiceProvider
9 9
 {
Please login to merge, or discard this patch.