'array', ]; /** @return BelongsTo */ public function webhook(): BelongsTo { return $this->belongsTo(Webhook::class); } }