hasMany(SubCriteria::class); } public function ExtracuricullarSubCriteria() { return $this->hasMany(ExtracuricullarSubKriteria::class); } }