hasOne(Guru::class, 'id', 'id_guru'); } public function kelas() { return $this->hasOne(Kelas::class, 'id', 'id_kelas'); } }