Update image config

This commit is contained in:
Daniel Supernault 2020-01-28 21:31:30 -07:00
parent 7355e94723
commit e86ddb94de
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -15,6 +15,6 @@ return [
|
*/
'driver' => env('IMAGE_DRIVER', 'gd'),
'driver' => env('IMAGE_DRIVER', 'imagick'),
];