File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,14 @@ public function create(): ContextInterface
67
67
$ contextParameters ->getExtensionAttributes ()
68
68
);
69
69
70
- $ context = $ this ->objectManager ->create (ContextInterface::class, [
71
- 'userType ' => $ contextParameters ->getUserType (),
72
- 'userId ' => $ contextParameters ->getUserId (),
73
- 'extensionAttributes ' => $ extensionAttributes ,
74
- ]);
70
+ $ context = $ this ->objectManager ->create (
71
+ ContextInterface::class,
72
+ [
73
+ 'userType ' => $ contextParameters ->getUserType (),
74
+ 'userId ' => $ contextParameters ->getUserId (),
75
+ 'extensionAttributes ' => $ extensionAttributes ,
76
+ ]
77
+ );
75
78
return $ context ;
76
79
}
77
80
}
Original file line number Diff line number Diff line change 4
4
"type" : " magento2-module" ,
5
5
"require" : {
6
6
"php" : " ~7.1.3||~7.2.0" ,
7
- "magento/module-authorization" : " *" ,
8
7
"magento/module-eav" : " *" ,
9
8
"magento/framework" : " *"
10
9
},
You can’t perform that action at this time.
0 commit comments