1
0
Fork 0

read IMAGE_DRIVER from env

This commit is contained in:
trwnh 2019-08-29 05:19:18 -05:00 committed by GitHub
parent 58a9ca664c
commit 02e5abf3b3
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' => 'gd',
'driver' => env('IMAGE_DRIVER', 'gd'),
];