File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 43
43
<preference for =" Magento\Framework\Api\Search\DocumentInterface" type =" Magento\Framework\Api\Search\Document" />
44
44
<preference for =" Magento\Framework\Api\Search\AggregationInterface" type =" Magento\Framework\Search\Response\Aggregation" />
45
45
<preference for =" Magento\Framework\App\RequestSafetyInterface" type =" Magento\Framework\App\Request\Http" />
46
+ <preference for =" \Magento\Framework\Setup\SchemaSetupInterface" type =" \Magento\Setup\Module\Setup" />
47
+ <preference for =" \Magento\Framework\Setup\ModuleDataSetupInterface" type =" \Magento\Setup\Module\DataSetup" />
46
48
<type name =" Magento\Store\Model\Store" >
47
49
<arguments >
48
50
<argument name =" currencyInstalled" xsi : type =" string" >system/currency/installed</argument >
Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ public function __construct(
161
161
private function getPatchApplier ()
162
162
{
163
163
if (!$ this ->patchApplier ) {
164
- $ this ->patchApplier = $ this ->objectManager ->get (PatchApplier::class);
164
+ $ this ->patchApplier = $ this
165
+ ->objectManager ->get (PatchApplier::class);
165
166
}
166
167
167
168
return $ this ->patchApplier ;
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ public function __construct(
91
91
PatchHistory $ patchHistory ,
92
92
PatchFactory $ patchFactory ,
93
93
ObjectManagerInterface $ objectManager ,
94
- \Magento \Framework \Setup \SchemaSetupInterface $ schemaSetup = null ,
95
- \Magento \Framework \Setup \ModuleDataSetupInterface $ moduleDataSetup = null
94
+ \Magento \Framework \Setup \SchemaSetupInterface $ schemaSetup ,
95
+ \Magento \Framework \Setup \ModuleDataSetupInterface $ moduleDataSetup
96
96
) {
97
97
$ this ->patchRegistryFactory = $ patchRegistryFactory ;
98
98
$ this ->dataPatchReader = $ dataPatchReader ;
You can’t perform that action at this time.
0 commit comments