@@ -2,10 +2,10 @@ |
||
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 |