Completed
Pull Request — master (#14)
by Abdullah
01:54
created
src/ZendeskChannel.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\Zendesk;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Zendesk\API\HttpClient;
7 5
 use Illuminate\Notifications\Notification;
8
-use NotificationChannels\Zendesk\Exceptions\CouldNotSendNotification;
6
+use Illuminate\Support\Arr;
9 7
 use NotificationChannels\Zendesk\Events\ZendeskTicketWasCreated;
10 8
 use NotificationChannels\Zendesk\Events\ZendeskTicketWasUpdated;
9
+use NotificationChannels\Zendesk\Exceptions\CouldNotSendNotification;
10
+use Zendesk\API\HttpClient;
11 11
 
12 12
 class ZendeskChannel
13 13
 {
Please login to merge, or discard this patch.