Replies: 1 comment 6 replies
-
Does |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have implemented a customer
myWebhookCall
model and a job, works so far.How can I pass my custom Model into the job?
I tried this:
and get
Type of App\Jobs\ProcessWebhookJob::$webhookCall must be Spatie\WebhookClient\Models\WebhookCall (as in class Spatie\WebhookClient\Jobs\ProcessWebhookJob)
Beta Was this translation helpful? Give feedback.
All reactions