@@ -2,12 +2,12 @@ |
||
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. |