@@ -3,11 +3,10 @@ |
||
3 | 3 | namespace NotificationChannels\Zendesk; |
4 | 4 | |
5 | 5 | |
6 | -use Zendesk\API\Client; |
|
7 | -use Illuminate\Support\Arr; |
|
8 | -use Zendesk\API\HttpClient; |
|
9 | 6 | use Illuminate\Notifications\Notification; |
7 | +use Illuminate\Support\Arr; |
|
10 | 8 | use NotificationChannels\Zendesk\Exceptions\CouldNotSendNotification; |
9 | +use Zendesk\API\HttpClient; |
|
11 | 10 | |
12 | 11 | class ZendeskChannel |
13 | 12 | { |