Revert config change to most users defaults
This commit is contained in:
parent
9d3abc611e
commit
f5d392cc23
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
|
||||
'debug' => env('APP_DEBUG_PDF', true),
|
||||
'debug' => env('APP_DEBUG_PDF', false),
|
||||
'binpath' => 'lib/',
|
||||
'binfile' => env('WKHTML2PDF_BIN_FILE', 'wkhtmltopdf-amd64'),
|
||||
'output_mode' => 'I',
|
||||
|
|
|
|||
Loading…
Reference in New Issue