belongsTo(Sprint::class); } public function updater(): BelongsTo { return $this->belongsTo(User::class, 'updated_by'); } }