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.
save
schedule
1 parent 15344eb commit 1607e87Copy full SHA for 1607e87
lib/internal/Magento/Framework/Mview/TriggerCleaner.php
@@ -94,6 +94,13 @@ public function removeTriggers(): bool
94
return true;
95
}
96
97
+ /**
98
+ * Process and update View Triggers if changes were made
99
+ *
100
+ * @param array $viewTriggers
101
+ * @param Subscription $subscription
102
+ * @return void
103
+ */
104
private function processViewTriggers(array $viewTriggers, Subscription $subscription): void
105
{
106
foreach ($viewTriggers as $viewTrigger) {
0 commit comments