all(); } public function rules(): array { return [ 'school_year' => ['required', 'string', 'regex:/^\\d{4}-\\d{4}$/'], ]; } }