'date', ]; public function classStudents() { return $this->hasMany(ClassStudent::class); } }