check(); } public function rules(): array { return [ 'school_year' => ['nullable', 'string', 'max:20'], 'semester' => ['nullable', 'string', 'max:20'], ]; } }