Skip to content
Snippets Groups Projects

Resolve #3507618 "One more"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ class SettingsForm extends ConfigFormBase {
* {@inheritdoc}
*/
public function __construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typedConfigManager, ThemeHandlerInterface $theme_handler) {
parent::__construct($config_factory);
parent::__construct($config_factory, $typedConfigManager);
$this->themeHandler = $theme_handler;
}
Loading