Update media.php

This commit is contained in:
Shlee 2020-02-13 17:15:56 +08:00 committed by GitHub
parent 76fd1c1efd
commit 10211fe9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
return [
'exif' => [
'database' => env('MEDIA_EXIF_DATABASE', false),
'strip' => true
],
];