Completed
Branch master (e69932)
by Andrey
05:41
created
src/IntercomChannel.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Intercom;
4 4
 
5
-use Intercom\IntercomClient;
5
+use GuzzleHttp\Exception\BadResponseException;
6 6
 use GuzzleHttp\Exception\GuzzleException;
7 7
 use Illuminate\Notifications\Notification;
8
-use GuzzleHttp\Exception\BadResponseException;
9
-use NotificationChannels\Intercom\Exceptions\RequestException;
8
+use Intercom\IntercomClient;
10 9
 use NotificationChannels\Intercom\Exceptions\MessageIsNotCompleteException;
10
+use NotificationChannels\Intercom\Exceptions\RequestException;
11 11
 
12 12
 /**
13 13
  * Class IntercomNotificationChannel.
Please login to merge, or discard this patch.