belongsTo(Jurusan::class); } public function updatedBy() { return $this->belongsTo(User::class, 'updated_by_user_id'); } }