Skip to content

Commit 50ccffb

Browse files
committed
MC-31767: [AR] Data sync is not enabled by default
1 parent 6a99c35 commit 50ccffb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Analytics/Setup/Patch/Data/ActivateDataCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public function apply()
6767
$this->collectionTimeBackendModel->afterSave();
6868
}
6969
}
70+
71+
return $this;
7072
}
7173

7274
/**

app/code/Magento/Analytics/Setup/Patch/Data/PrepareInitialConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public function apply()
5858
);
5959

6060
$this->subscriptionHandler->processEnabled();
61+
62+
return $this;
6163
}
6264

6365
/**

0 commit comments

Comments
 (0)