7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
return [
|
|
'exif' => [
|
|
'database' => env('MEDIA_EXIF_DATABASE', false),
|
|
],
|
|
];
|