Revert image driver breaking change, will delay

This commit is contained in:
Daniel Supernault 2020-01-28 22:09:17 -07:00
parent 9f2659da6a
commit 5ece86fb0a
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', 'imagick'),
'driver' => env('IMAGE_DRIVER', 'gd'),
];