2016-08-18 03:19:33 -05:00
|
|
|
<?php
|
2017-10-12 03:13:20 -05:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2016-08-18 03:19:33 -05:00
|
|
|
return [
|
|
|
|
|
|
|
|
'phpwkhtmltopdf' => [
|
|
|
|
'images' => [
|
|
|
|
'binary' => 'bin/wkhtmltoimage',
|
2016-08-18 04:16:56 -05:00
|
|
|
'type' => 'jpg',
|
2016-08-18 03:19:33 -05:00
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|