is not a valid process webhook job class. #122
DanielCriollo
started this conversation in
General
Replies: 1 comment
-
you need to set the "process_webhook_job" to a valid class, like this for example: App\Jobs\ProcessWebhooks::class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, can someone help me to fix this error,
Spatie \ WebhookClient \ Exceptions \ InvalidConfig: `` is not a valid process webhook job class. A valid class should implement
Spatie \ WebhookClient \ ProcessWebhookJob
. in file C: \ laragon \ www \ example-app \ vendor \ spatie \ laravel-webhook-client \ src \ Exceptions \ InvalidConfig.php on line 43Just following the documentation steps, it didn't work
Beta Was this translation helpful? Give feedback.
All reactions