We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19660aa commit b7df1adCopy full SHA for b7df1ad
1 file changed
app/sprinkles/core/src/Sprunje/Sprunje.php
@@ -188,8 +188,6 @@ public function toResponse(Response $response)
188
$result = $this->getCsv();
189
190
// Prepare response
191
- $settings = http_build_query($this->options);
192
- $date = Carbon::now()->format('Ymd');
193
$response = $response->withAddedHeader('Content-Disposition', "attachment;filename={$this->name}.csv");
194
$response = $response->withAddedHeader('Content-Type', 'text/csv; charset=utf-8');
195
0 commit comments