We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8a641 commit 6f65337Copy full SHA for 6f65337
1 file changed
README.md
@@ -261,7 +261,7 @@ public function export()
261
];
262
$_serialize = 'data';
263
264
- $this->setResponse($this->getResponse()->withDownload('my-file.csv'));
+ $this->response = $this->response->withDownload('my-file.csv'));
265
$this->viewBuilder()->setClassName('CsvView.Csv');
266
$this->set(compact('data', '_serialize'));
267
}
0 commit comments