File tree 1 file changed +1
-6
lines changed
app/code/Magento/Sales/Model
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,6 @@ class Order extends AbstractModel implements EntityInterface, OrderInterface
214
214
*/
215
215
protected $ _currencyFactory ;
216
216
217
- /**
218
- * @var \Magento\Eav\Model\Config
219
- */
220
- private $ _eavConfig ;
221
-
222
217
/**
223
218
* @var \Magento\Sales\Model\Order\Status\HistoryFactory
224
219
*/
@@ -309,6 +304,7 @@ class Order extends AbstractModel implements EntityInterface, OrderInterface
309
304
* @param array $data
310
305
* @param ResolverInterface $localeResolver
311
306
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
307
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
312
308
*/
313
309
public function __construct (
314
310
\Magento \Framework \Model \Context $ context ,
@@ -349,7 +345,6 @@ public function __construct(
349
345
$ this ->_productVisibility = $ productVisibility ;
350
346
$ this ->invoiceManagement = $ invoiceManagement ;
351
347
$ this ->_currencyFactory = $ currencyFactory ;
352
- $ this ->_eavConfig = $ eavConfig ;
353
348
$ this ->_orderHistoryFactory = $ orderHistoryFactory ;
354
349
$ this ->_addressCollectionFactory = $ addressCollectionFactory ;
355
350
$ this ->_paymentCollectionFactory = $ paymentCollectionFactory ;
You can’t perform that action at this time.
0 commit comments