@@ -3,9 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\Webhook; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use Illuminate\Support\Arr; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
8 | -use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification; |
|
7 | +use Illuminate\Support\Arr; |
|
9 | 8 | |
10 | 9 | class WebhookChannel |
11 | 10 | { |