You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webhook_calls table gets succesfully filled with the name and payload and the job is also gets dispatched by Redis. But when I log::debug $this->webhookCall inside the job and check the logs it is empty.
edit: fixed it by removing line use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
inside the job
The text was updated successfully, but these errors were encountered:
The webhook_calls table gets succesfully filled with the name and payload and the job is also gets dispatched by Redis. But when I log::debug $this->webhookCall inside the job and check the logs it is empty.
edit: fixed it by removing line
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
inside the job
The text was updated successfully, but these errors were encountered: