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