*/ public function rules(): array { return [ 'note' => ['nullable', 'string', 'max:65535'], ]; } }