belongsTo(Intervention::class); } /** * Get the file associated with the attachment. */ public function file(): BelongsTo { return $this->belongsTo(File::class); } }