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