Skip to content

Commit 020e54e

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 72cd9fd commit 020e54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CallWebhookJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Spatie\WebhookServer;
44

55
use Exception;
6-
use Throwable;
76
use GuzzleHttp\Client;
87
use GuzzleHttp\ClientInterface;
98
use GuzzleHttp\Exception\ConnectException;
@@ -19,6 +18,7 @@
1918
use Spatie\WebhookServer\Events\FinalWebhookCallFailedEvent;
2019
use Spatie\WebhookServer\Events\WebhookCallFailedEvent;
2120
use Spatie\WebhookServer\Events\WebhookCallSucceededEvent;
21+
use Throwable;
2222

2323
class CallWebhookJob implements ShouldQueue
2424
{

0 commit comments

Comments
 (0)