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