Skip to content

Commit

Permalink
typo: dd()
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Oct 5, 2024
1 parent ddca08d commit 035388b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Http/Admin/Controller/TransactionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public function fiscalReport(TransactionRepository $repository, Request $request
$items = $repository->getFiscalReport($year);
$csv = $serializer->serialize($items, 'csv');

dd($csv);

return new Response($csv, Response::HTTP_OK, [
'Content-Type' => 'text/csv',
'Content-Disposition' => 'attachment; filename="grafikart-' . $year . '.csv"'
Expand Down

0 comments on commit 035388b

Please sign in to comment.