Skip to content

Commit f1599a9

Browse files
author
Stanislav Idolov
committed
MAGETWO-48495: Delete update
-- CR fixes
1 parent b5fdc28 commit f1599a9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogRule/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Model/ResourceModel/Rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function save(\Magento\Framework\Model\AbstractModel $object)
293293
*/
294294
public function delete(\Magento\Framework\Model\AbstractModel $object)
295295
{
296-
//TODO: add object relation processor support
296+
//TODO: add object relation processor support (MAGETWO-49297)
297297
$this->transactionManager->start($this->getConnection());
298298
try {
299299
$object->beforeDelete();

0 commit comments

Comments
 (0)