fix: find image driver from env

feature/schedule-sms-update-status_command_in_kernel
Saeid 4 years ago
parent a88c916bbf
commit abc03534fb

@ -129,7 +129,7 @@ return [
* The engine that should perform the image conversions.
* Should be either `gd` or `imagick`.
*/
'image_driver' => 'imagick',
'image_driver' => env( 'IMAGE_DRIVER','imagick'),
/*
* FFMPEG & FFProbe binaries paths, only used if you try to generate video

Loading…
Cancel
Save