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