Skip to content
Snippets Groups Projects
Commit ecd8e7d9 authored by Jürgen Haas's avatar Jürgen Haas Committed by Jürgen Haas
Browse files

Issue #3488803: TypeError: ConfigImporter::__construct(): $string_translation...

Issue #3488803: TypeError: ConfigImporter::__construct(): $string_translation must be of type TranslationInterface, null given


(cherry picked from commit 297eec01)

b07b5815 Issue #3488803 by liam morland: Use ::getStringTranslation() in Import

Co-authored-by: default avatarLiam Morland <24363-lkmorlan@users.noreply.drupalcode.org>
parent cb71a740
No related branches found
No related tags found
No related merge requests found
Pipeline #345546 passed
......@@ -363,7 +363,7 @@ class Import extends FormBase {
$this->moduleHandler,
$this->moduleInstaller,
$this->themeHandler,
$this->stringTranslation,
$this->getStringTranslation(),
$this->moduleExtensionList,
$this->themeExtensionList
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment