@@ -13,7 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | public function showPdf($content) |
| 15 | 15 | { |
| 16 | - $response = new StreamedResponse(function () use ($content) { |
|
| 16 | + $response = new StreamedResponse(function() use ($content) { |
|
| 17 | 17 | fputs(fopen('php://output', 'wb'), $content); |
| 18 | 18 | }); |
| 19 | 19 | |