Completed
Pull Request — master (#19)
by Adam
02:14
created
src/WebhookChannel.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,8 @@
 block discarded – undo
3 3
 namespace NotificationChannels\Webhook;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use Illuminate\Support\Arr;
7
-use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification;
8 6
 use Illuminate\Notifications\Notification;
7
+use Illuminate\Support\Arr;
9 8
 
10 9
 class WebhookChannel
11 10
 {
Please login to merge, or discard this patch.