From f5d392cc23b226f3fc73cd2dac4494e49a9805b1 Mon Sep 17 00:00:00 2001 From: Sam Bell Date: Tue, 6 Mar 2018 20:44:14 +0000 Subject: [PATCH] Revert config change to most users defaults --- config/Wkhtml2pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Wkhtml2pdf.php b/config/Wkhtml2pdf.php index a96f5c47..0407a6cc 100644 --- a/config/Wkhtml2pdf.php +++ b/config/Wkhtml2pdf.php @@ -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',