更新 'installer/Migration/V5_4_0/Migration.php'
This commit is contained in:
parent
17dc0ef53f
commit
dccf277a63
@ -128,6 +128,17 @@ class Migration extends AbstractMigration
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return TranslationHelper
|
||||
*/
|
||||
public function getTranslationHelper(): TranslationHelper
|
||||
{
|
||||
if (is_null($this->translationHelper)) {
|
||||
$this->translationHelper = new TranslationHelper($this->getConnection());
|
||||
}
|
||||
return $this->translationHelper;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user