Revert config change to most users defaults

This commit is contained in:
Sam Bell 2018-03-06 20:44:14 +00:00
parent 9d3abc611e
commit f5d392cc23
1 changed files with 1 additions and 1 deletions

View File

@ -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',