File tree Expand file tree Collapse file tree 5 files changed +28
-8
lines changed Expand file tree Collapse file tree 5 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ class LayoutUpdate extends AbstractLayoutUpdate
25
25
private $ manager ;
26
26
27
27
/**
28
- * @param LayoutUpdateManager\Proxy $manager
28
+ * @param LayoutUpdateManager $manager
29
29
*/
30
- public function __construct (LayoutUpdateManager \ Proxy $ manager )
30
+ public function __construct (LayoutUpdateManager $ manager )
31
31
{
32
32
$ this ->manager = $ manager ;
33
33
}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ class LayoutUpdate extends AbstractLayoutUpdate
23
23
private $ manager ;
24
24
25
25
/**
26
- * @param LayoutUpdateManager\Proxy $manager
26
+ * @param LayoutUpdateManager $manager
27
27
*/
28
- public function __construct (LayoutUpdateManager \ Proxy $ manager )
28
+ public function __construct (LayoutUpdateManager $ manager )
29
29
{
30
30
$ this ->manager = $ manager ;
31
31
}
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ class LayoutUpdate extends AbstractLayoutUpdate
25
25
private $ manager ;
26
26
27
27
/**
28
- * @param LayoutUpdateManager\Proxy $manager
28
+ * @param LayoutUpdateManager $manager
29
29
*/
30
- public function __construct (LayoutUpdateManager \ Proxy $ manager )
30
+ public function __construct (LayoutUpdateManager $ manager )
31
31
{
32
32
$ this ->manager = $ manager ;
33
33
}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ class LayoutUpdate extends AbstractLayoutUpdate
23
23
private $ manager ;
24
24
25
25
/**
26
- * @param LayoutUpdateManager\Proxy $manager
26
+ * @param LayoutUpdateManager $manager
27
27
*/
28
- public function __construct (LayoutUpdateManager \ Proxy $ manager )
28
+ public function __construct (LayoutUpdateManager $ manager )
29
29
{
30
30
$ this ->manager = $ manager ;
31
31
}
Original file line number Diff line number Diff line change 1186
1186
<argument name =" themeFactory" xsi : type =" object" >Magento\Framework\View\Design\Theme\FlyweightFactory\Proxy</argument >
1187
1187
</arguments >
1188
1188
</type >
1189
+ <type name =" Magento\Catalog\Model\Category\Attribute\Backend\LayoutUpdate" >
1190
+ <arguments >
1191
+ <argument name =" manager" xsi : type =" object" >Magento\Catalog\Model\Category\Attribute\LayoutUpdateManager\Proxy</argument >
1192
+ </arguments >
1193
+ </type >
1194
+ <type name =" Magento\Catalog\Model\Category\Attribute\Source\LayoutUpdate" >
1195
+ <arguments >
1196
+ <argument name =" manager" xsi : type =" object" >Magento\Catalog\Model\Category\Attribute\LayoutUpdateManager\Proxy</argument >
1197
+ </arguments >
1198
+ </type >
1199
+ <type name =" Magento\Catalog\Model\Product\Attribute\Backend\LayoutUpdate" >
1200
+ <arguments >
1201
+ <argument name =" manager" xsi : type =" object" >Magento\Catalog\Model\Product\Attribute\LayoutUpdateManager\Proxy</argument >
1202
+ </arguments >
1203
+ </type >
1204
+ <type name =" Magento\Catalog\Model\Product\Attribute\Source\LayoutUpdate" >
1205
+ <arguments >
1206
+ <argument name =" manager" xsi : type =" object" >Magento\Catalog\Model\Product\Attribute\LayoutUpdateManager\Proxy</argument >
1207
+ </arguments >
1208
+ </type >
1189
1209
</config >
You can’t perform that action at this time.
0 commit comments