File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Product Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
namespace Magento \Catalog \Controller \Adminhtml \Product ;
8
8
9
- use \ Magento \Catalog \Helper \Product \Composite ;
9
+ use Magento \Catalog \Helper \Product \Composite ;
10
10
use Magento \Backend \Model \Session ;
11
- use \Magento \Backend \App \Action \Context ;
12
- use \Magento \Catalog \Controller \Adminhtml \Product \Builder ;
11
+ use Magento \Backend \App \Action \Context ;
13
12
14
13
class ShowUpdateResult extends \Magento \Catalog \Controller \Adminhtml \Product
15
14
{
16
15
/** @var Composite */
17
16
protected $ productCompositeHelper ;
18
17
19
18
/**
20
- * @param Composite $productCompositeHelper
21
19
* @param Context $context
22
20
* @param Builder $productBuilder
21
+ * @param Composite $productCompositeHelper
23
22
*/
24
23
public function __construct (
25
- Composite $ productCompositeHelper ,
26
24
Context $ context ,
27
- Builder $ productBuilder
25
+ Builder $ productBuilder ,
26
+ Composite $ productCompositeHelper
28
27
) {
29
28
$ this ->productCompositeHelper = $ productCompositeHelper ;
30
29
parent ::__construct ($ context , $ productBuilder );
You can’t perform that action at this time.
0 commit comments