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