<?php
return [
'debug' => env('APP_DEBUG_PDF', false),
'binpath' => 'lib/',
'binfile' => 'wkhtmltopdf-amd64',
'output_mode' => 'I',
];