更新 'installer/Migration/V5_4_1/Migration.php'

This commit is contained in:
zhongjin 2023-05-06 08:32:46 +08:00
parent 1626904caf
commit 851c3f7644

View File

@ -44,7 +44,7 @@ class Migration extends AbstractMigration
$this->getTranslationHelper()->addTranslations($langCode); $this->getTranslationHelper()->addTranslations($langCode);
} }
$this->updateLangStringVersion($this->getVersion()); // $this->updateLangStringVersion($this->getVersion());
} }