We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ef125 commit 58f21caCopy full SHA for 58f21ca
app/code/Magento/MediaStorage/Model/Config/Source/Storage/Media/Storage.php
@@ -27,7 +27,7 @@ public function toOptionArray()
27
'value' => \Magento\MediaStorage\Model\File\Storage::STORAGE_MEDIA_FILE_SYSTEM,
28
'label' => __('File System'),
29
],
30
- ['value' => \Magento\MediaStorage\Model\File\Storage::STORAGE_MEDIA_DATABASE, 'label' => __('Database')]
+ ['value' => \Magento\MediaStorage\Model\File\Storage::STORAGE_MEDIA_DATABASE, 'label' => __('Database(Deprecated)')]
31
];
32
}
33
0 commit comments