Skip to content

Commit b7df1ad

Browse files
authored
Remove unused variables from Sprunje.php
1 parent 19660aa commit b7df1ad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/sprinkles/core/src/Sprunje/Sprunje.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ public function toResponse(Response $response)
188188
$result = $this->getCsv();
189189

190190
// Prepare response
191-
$settings = http_build_query($this->options);
192-
$date = Carbon::now()->format('Ymd');
193191
$response = $response->withAddedHeader('Content-Disposition', "attachment;filename={$this->name}.csv");
194192
$response = $response->withAddedHeader('Content-Type', 'text/csv; charset=utf-8');
195193

0 commit comments

Comments
 (0)