Skip to content

Commit 2e49ce0

Browse files
committed
Merge remote-tracking branch 'origin/queue-event' into queue-event
2 parents a61d25d + e8d9c25 commit 2e49ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/ProcessWebhookEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ProcessWebhookEvent implements ShouldQueue
1616
use Queueable;
1717
use SerializesModels;
1818

19-
/** @var array<string, mixed> $eventData */
19+
/** @var array<string, mixed> */
2020
protected array $eventData;
2121

2222
/**

0 commit comments

Comments
 (0)