@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Arimolzer\IftttWebhook; |
4 | 4 | |
5 | -use Arimolzer\IftttWebhook\Exceptions\IftttWebhookUndefinedKey; |
|
6 | 5 | use Arimolzer\IftttWebhook\Exceptions\IftttWebhookException; |
6 | +use Arimolzer\IftttWebhook\Exceptions\IftttWebhookUndefinedKey; |
|
7 | 7 | use GuzzleHttp\Client; |
8 | 8 | |
9 | 9 | /** |