1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Merge pull request #6349 from turbo124/v5-develop

Fixes for live preview
This commit is contained in:
David Bomba 2021-07-28 08:54:56 +10:00 committed by GitHub
commit 6017471a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ class PreviewController extends BaseController
$response = Response::make($file_path, 200);
$response->header('Content-Type', 'application/pdf');
$response->headers->set('Content-Type', 'application/pdf');
return $response;