belongsTo(Audit::class); } public function responder(): BelongsTo { return $this->belongsTo(User::class, 'responded_by'); } }