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