更新 'installer/Migration/V5_4_0/Migration.php'
This commit is contained in:
parent
66a220ce42
commit
7bc3ea4f0d
@ -162,7 +162,7 @@ class Migration extends AbstractMigration
|
|||||||
/**
|
/**
|
||||||
* @return TranslationHelper
|
* @return TranslationHelper
|
||||||
*/
|
*/
|
||||||
public function getTranslationHelper(): TranslationHelper
|
private function getTranslationHelper(): TranslationHelper
|
||||||
{
|
{
|
||||||
if (is_null($this->translationHelper)) {
|
if (is_null($this->translationHelper)) {
|
||||||
$this->translationHelper = new TranslationHelper(
|
$this->translationHelper = new TranslationHelper(
|
||||||
|
Loading…
Reference in New Issue
Block a user