Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -363,7 +363,7 @@ class Import extends FormBase {
$this->moduleHandler,
$this->moduleInstaller,
$this->themeHandler,
$this->stringTranslation,
$this->getStringTranslation(),
$this->moduleExtensionList,
$this->themeExtensionList
);
Loading