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