File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/BundleGraphQl
Model/Resolver/Products/DataProvider/Product/Formatter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \BundleGraphQl \Model \Plugin \ Model \ Resolver \Products \DataProvider \Product \Formatter ;
7
+ namespace Magento \BundleGraphQl \Model \Resolver \Products \DataProvider \Product \Formatter ;
8
8
9
9
use Magento \Catalog \Model \Product ;
10
10
use Magento \Bundle \Model \Product \Type as Bundle ;
Original file line number Diff line number Diff line change 9
9
<type name =" Magento\CatalogGraphQl\Model\Resolver\Products\DataProvider\Product\FormatterComposite" >
10
10
<arguments >
11
11
<argument name =" formatterInstances" xsi : type =" array" >
12
- <item name =" add_bundle_data" xsi : type =" object" >Magento\BundleGraphQl\Model\Plugin\Model\ Resolver\Products\DataProvider\Product\Formatter\BundleOptions</item >
12
+ <item name =" add_bundle_data" xsi : type =" object" >Magento\BundleGraphQl\Model\Resolver\Products\DataProvider\Product\Formatter\BundleOptions</item >
13
13
</argument >
14
14
</arguments >
15
15
</type >
You can’t perform that action at this time.
0 commit comments