spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

WebhookCall Model @property $payload exception and headers #137

Closed robert-abram closed 2 years ago

robert-abram commented 2 years ago
 * @property string|null $payload
 * @property string|null $exception

I think it should be

 * @property array|null $headers
 * @property array|null $payload
 * @property array|null $exception
freekmurze commented 2 years ago

Feel free to send a PR.