@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\Hooks; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client as HttpClient; |
6 | -use GuzzleHttp\RequestOptions; |
|
7 | 6 | use GuzzleHttp\Exception\ClientException; |
7 | +use GuzzleHttp\RequestOptions; |
|
8 | 8 | use NotificationChannels\Hooks\Exceptions\CouldNotSendNotification; |
9 | 9 | |
10 | 10 | class Hooks |