Skip to content
Snippets Groups Projects
Commit a0e6d036 authored by Priti Kelaskar's avatar Priti Kelaskar Committed by Scott Euser
Browse files

Issue #3505882 by priti197: Fatal error: Type of...

Issue #3505882 by priti197: Fatal error: Type of Drupal\ai_auto_reference\Form\SettingsForm::$typedConfigManager
parent 6a06fb9b
No related branches found
No related tags found
1 merge request!7Issue #3505882: Removed $typedConfigManager definition in class constructor
Pipeline #421727 passed
...@@ -28,7 +28,7 @@ class SettingsForm extends ConfigFormBase { ...@@ -28,7 +28,7 @@ class SettingsForm extends ConfigFormBase {
*/ */
public function __construct( public function __construct(
ConfigFactoryInterface $config_factory, ConfigFactoryInterface $config_factory,
protected TypedConfigManagerInterface $typedConfigManager, TypedConfigManagerInterface $typedConfigManager,
protected AiProviderPluginManager $aiProviderManager, protected AiProviderPluginManager $aiProviderManager,
) { ) {
parent::__construct($config_factory, $typedConfigManager); parent::__construct($config_factory, $typedConfigManager);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment