mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-14 09:19:41 +00:00
adding utf8 format
This commit is contained in:
@@ -176,7 +176,7 @@ class ReportController extends Controller
|
|||||||
'cf_group' => $cFGroup
|
'cf_group' => $cFGroup
|
||||||
));
|
));
|
||||||
|
|
||||||
$response->headers->set('Content-Type', 'text/csv');
|
$response->headers->set('Content-Type', 'text/csv; charset=utf-8');
|
||||||
$response->headers->set('Content-Disposition', 'attachment; filename="export.csv"');
|
$response->headers->set('Content-Disposition', 'attachment; filename="export.csv"');
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user