From ba8f17b9599c3e3732653fab32a68e7aee4c45e1 Mon Sep 17 00:00:00 2001 From: Daisuke Takeuji <8424850+takeuji@users.noreply.github.com> Date: Sun, 21 Aug 2022 01:03:18 +0900 Subject: [PATCH] =?UTF-8?q?Cannot=20modify=20header=20information=E3=82=A8?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/Admin/ProductReviewController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller/Admin/ProductReviewController.php b/Controller/Admin/ProductReviewController.php index fc10641..7dbf12b 100755 --- a/Controller/Admin/ProductReviewController.php +++ b/Controller/Admin/ProductReviewController.php @@ -296,7 +296,6 @@ public function download(Request $request) $filename = 'product_review_'.$now->format('YmdHis').'.csv'; $response->headers->set('Content-Type', 'application/octet-stream'); $response->headers->set('Content-Disposition', 'attachment; filename='.$filename); - $response->send(); log_info('商品レビューCSV出力ファイル名', [$filename]);