mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
env variables refactoring
This commit is contained in:
@@ -245,7 +245,7 @@ if (! function_exists('get_storage')) {
|
||||
*/
|
||||
function get_storage()
|
||||
{
|
||||
return env('FILESYSTEM_DISK');
|
||||
return config('filesystems.default');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user