mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #6349 from turbo124/v5-develop
Fixes for live preview
This commit is contained in:
commit
6017471a99
@ -266,7 +266,7 @@ class PreviewController extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
$response = Response::make($file_path, 200);
|
$response = Response::make($file_path, 200);
|
||||||
$response->header('Content-Type', 'application/pdf');
|
$response->headers->set('Content-Type', 'application/pdf');
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user