hasMany('App\Models\Siswa','kelas_id','id'); } public function periode(){ return $this->hasOne('App\Models\Periode','id','periode_id'); } }