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
1 changed files with 1 additions and 1 deletions

View File

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