belongsTo(ProvisioningRun::class, 'run_id'); } public function host(): BelongsTo { return $this->belongsTo(Host::class, 'host_id'); } }