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]);