Mpociot\CaptainHook\WebhookLog::webhook PHP Method

webhook() public method

Retrieve the webhook described by the log.
public webhook ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function webhook()
    {
        return $this->belongsTo(Webhook::class);
    }
WebhookLog