belongsTo(User::class, 'member_id'); } public function changedBy(): BelongsTo { return $this->belongsTo(User::class, 'changed_by'); } }