hasMany(Kuis::class, 'materi_id', 'id'); } public function riwayat_kuis() { return $this->hasMany(RiwayatKuis::class, 'materi_id', 'id'); } }