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
Copy file name to clipboardExpand all lines: src/Webhooks/ProcessYousignWebhookJob.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public function handle()
34
34
}
35
35
36
36
if (! class_exists($jobClass)) {
37
-
thrownewException("Could not process webhook id `{$this->webhookCall->id}` of type `{$this->webhookCall->type}because the configured jobclass `$jobClass` does not exist.");
37
+
thrownewException("Could not process webhook id `{$this->webhookCall->id}` because the configured jobclass `$jobClass` does not exist.");
0 commit comments