File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"require" : {
9
9
"magento/framework" : " *" ,
10
- "scandipwa/locale" : " ^1" ,
10
+ "scandipwa/locale" : " ^1.2 " ,
11
11
"magento/module-config" : " *" ,
12
12
"magento/module-cms" : " *" ,
13
13
"magento/module-eav" : " *" ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ class Page extends LocalePage
74
74
* @param bool $isIsolated
75
75
* @param EntitySpecificHandlesList|null $entitySpecificHandlesList
76
76
* @param null $action
77
+ * @param array $rootTemplatePool
77
78
*/
78
79
public function __construct (
79
80
StoreManagerInterface $ storeManager ,
@@ -91,7 +92,8 @@ public function __construct(
91
92
AppIcon $ appIcon ,
92
93
$ isIsolated = false ,
93
94
EntitySpecificHandlesList $ entitySpecificHandlesList = null ,
94
- $ action = null
95
+ $ action = null ,
96
+ $ rootTemplatePool = []
95
97
) {
96
98
$ this ->scopeConfig = $ context ->getScopeConfig ();
97
99
$ this ->storeManager = $ storeManager ;
@@ -111,7 +113,8 @@ public function __construct(
111
113
$ template ,
112
114
$ isIsolated ,
113
115
$ entitySpecificHandlesList ,
114
- $ action
116
+ $ action ,
117
+ $ rootTemplatePool
115
118
);
116
119
}
117
120
You can’t perform that action at this time.
0 commit comments