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