belongsTo(Siswa::class); } public function challenge(){ return $this->belongsTo(Challenge::class); } }