diff --git a/src/Ampersand/PatchHelper/Helper/Magento2Instance.php b/src/Ampersand/PatchHelper/Helper/Magento2Instance.php index a09981d7..1ce60edd 100644 --- a/src/Ampersand/PatchHelper/Helper/Magento2Instance.php +++ b/src/Ampersand/PatchHelper/Helper/Magento2Instance.php @@ -184,7 +184,7 @@ private function prepareThemes() } $origTheme = $theme; while ($theme) { - if (str_starts_with($theme->getCode(), 'Hyva/') && $theme->getCode() !== 'Hyva/reset') { + if (str_starts_with($theme->getCode(), 'Hyva/')) { $this->hyvaAllThemes[$origTheme->getCode()] = $origTheme; } $theme = $theme->getParentTheme();