hasMany(Schedule::class, 'id_class'); } public function students() { return $this->hasMany(Student::class, 'id_class'); } }