File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Catalog/Block
Adminhtml/Product/Helper/Form/Gallery Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
namespace Magento \Catalog \Block \Adminhtml \Product \Helper \Form \Gallery ;
15
15
16
16
use Magento \Backend \Block \DataProviders \ImageUploadConfig as ImageUploadConfigDataProvider ;
17
- use League \ Flysystem \FileNotFoundException ;
17
+ use Magento \ Framework \ Storage \FileNotFoundException ;
18
18
use Magento \Framework \App \ObjectManager ;
19
19
use Magento \Backend \Block \Media \Uploader ;
20
20
use Magento \Framework \Storage \StorageProvider ;
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace Magento \Catalog \Block \Product ;
13
13
14
- use League \ Flysystem \FileNotFoundException ;
14
+ use Magento \ Framework \ Storage \FileNotFoundException ;
15
15
use Magento \Catalog \Model \Product ;
16
16
use Magento \Catalog \Model \Product \Media \Config ;
17
17
use Magento \Framework \App \ObjectManager ;
You can’t perform that action at this time.
0 commit comments