1
0
Fork 0

Merge pull request #1970 from pixelfed/staging

Revert image driver breaking change, will delay
This commit is contained in:
daniel 2020-01-28 22:09:49 -07:00 committed by GitHub
commit 0285fe1f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'),
];