We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d130c81 commit a9e1a0eCopy full SHA for a9e1a0e
app/code/Magento/SalesRule/Model/ResourceModel/Rule.php
@@ -73,7 +73,6 @@ public function __construct(
73
\Magento\SalesRule\Model\ResourceModel\Rule\AssociatedEntityMap::class
74
);
75
$this->_associatedEntitiesMap = $associatedEntitiesMapInstance->getData();
76
- /* we already have serialized field in AbstractResource, so we don't have to declare it here */
77
$this->serializer = $serializer ?: \Magento\Framework\App\ObjectManager::getInstance()->get(Json::class);
78
parent::__construct($context, $connectionName);
79
}
0 commit comments