'array', ]; public function webhook(): \Illuminate\Database\Eloquent\Relations\BelongsTo { return $this->belongsTo(Webhook::class); } }