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 af6820c commit 602d6a1Copy full SHA for 602d6a1
lib/internal/Magento/Framework/Setup/Patch/PatchHistory.php
@@ -87,6 +87,8 @@ public function fixPatch($patchName)
87
88
$adapter = $this->resourceConnection->getConnection();
89
$adapter->insert($this->resourceConnection->getTableName(self::TABLE_NAME), [self::CLASS_NAME => $patchName]);
90
+
91
+ $this->patchesRegistry[] = $patchName;
92
}
93
94
/**
0 commit comments