[9.x] Change default disk env key (#5568)

This commit is contained in:
Reza Amini 2021-03-19 17:33:08 +03:30 committed by GitHub
parent f51adc5b53
commit 2b4d7c8799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
|
*/
'default' => env('FILESYSTEM_DRIVER', 'local'),
'default' => env('FILESYSTEM_DISK', 'local'),
/*
|--------------------------------------------------------------------------