'array']; } public function mergedBy(): BelongsTo { return $this->belongsTo(User::class, 'merged_by'); } }