Skip to content

Commit 68f8cdb

Browse files
committed
ACP2E-3361: Some of the relations records are saved to DB when order record is saved
1 parent 00ac183 commit 68f8cdb

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/Snapshot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getSnapshotData(DataObject $entity): array
7575
* @param DataObject $entity
7676
* @return bool
7777
*/
78-
public function isModified(DataObject $entity): bool
78+
public function isModified(DataObject $entity)
7979
{
8080
if (!$entity->getId()) {
8181
return true;

0 commit comments

Comments
 (0)