File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Image Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \Image ;
9
9
10
+ use Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \Image \Placeholder \Theme ;
10
11
use Magento \Catalog \Model \View \Asset \PlaceholderFactory ;
11
12
use Magento \Framework \View \Asset \Repository as AssetRepository ;
12
13
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \Image ;
8
+ namespace Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \Image \ Placeholder ;
9
9
10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
11
use Magento \Framework \View \Design \Theme \ThemeProviderInterface ;
You can’t perform that action at this time.
0 commit comments