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