File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Plugin/Catalog/Ui/Component/Listing
dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Weee \Ui \Component \Listing ;
8
+ namespace Magento \Weee \Plugin \ Catalog \ Ui \Component \Listing ;
9
9
10
10
use Magento \Catalog \Ui \Component \Listing \Attribute \Repository ;
11
11
use Magento \Catalog \Ui \Component \Listing \Columns as DefaultColumns ;
Original file line number Diff line number Diff line change 85
85
<plugin name =" removeWeeAttributesData" type =" Magento\Weee\Plugin\Catalog\ResourceModel\Attribute\RemoveProductWeeData" />
86
86
</type >
87
87
<type name =" Magento\Catalog\Ui\Component\Listing\Columns" >
88
- <plugin name =" changeWeeColumnConfig" type =" Magento\Weee\Ui\Component\Listing\Columns" />
88
+ <plugin name =" changeWeeColumnConfig" type =" Magento\Weee\Plugin\Catalog\ Ui\Component\Listing\Columns" />
89
89
</type >
90
90
</config >
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Weee \Model \Plugin ;
9
-
10
8
use Magento \Catalog \Ui \Component \Listing \Attribute \Repository ;
11
9
use Magento \Catalog \Ui \Component \Listing \Columns ;
12
10
use Magento \Catalog \Ui \DataProvider \Product \ProductDataProvider ;
You can’t perform that action at this time.
0 commit comments