belongsTo(User::class, 'id_user'); } public function materi() { return $this->belongsTo(Materi::class, 'id_materi'); } }