mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
adding utf8 format
This commit is contained in:
parent
ebc5e6ea11
commit
3f92b6bf4d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user