Skip to content

Commit bdcd23a

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 0347b3c commit bdcd23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebhookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
use Illuminate\Support\Facades\Event;
44
use Illuminate\Support\Facades\Queue;
5-
use Spatie\WebhookServer\Events\DispatchingWebhookCallEvent;
65
use function PHPUnit\Framework\assertTrue;
76
use Spatie\WebhookServer\CallWebhookJob;
7+
use Spatie\WebhookServer\Events\DispatchingWebhookCallEvent;
88
use Spatie\WebhookServer\Exceptions\CouldNotCallWebhook;
99
use Spatie\WebhookServer\Exceptions\InvalidBackoffStrategy;
1010
use Spatie\WebhookServer\Exceptions\InvalidSigner;

0 commit comments

Comments
 (0)