@@ -29,7 +29,7 @@ |
||
| 29 | 29 | $pdf = App::make('dynamicpdf'); |
| 30 | 30 | |
| 31 | 31 | return $pdf |
| 32 | - ->setOptions(['logOutputFile' => storage_path('temp/log.htm')]) |
|
| 32 | + ->setOptions([ 'logOutputFile' => storage_path('temp/log.htm') ]) |
|
| 33 | 33 | ->loadTemplate($templateCode, $data) |
| 34 | 34 | ->download($filename); |
| 35 | 35 | |