Skip to content

Commit

Permalink
WebhookCall Model @Property $payload exception and headers (#140)
Browse files Browse the repository at this point in the history
Fixes #137
  • Loading branch information
wbemanuel authored Apr 7, 2022
1 parent 664633c commit 6aa776d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Models/WebhookCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
*
* @property-read int $id
* @property string $name
* @property string|null $payload
* @property string|null $exception
* @property array|null $headers
* @property array|null $payload
* @property array|null $exception
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder|WebhookCall newModelQuery()
Expand Down

1 comment on commit 6aa776d

@cxj
Copy link

@cxj cxj commented on 6aa776d Apr 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.