- Issue created by @jofitz
- Merge request !605Issue #3524658: Correct error in "Develop a third party module" docs → (Merged) created by jofitz
- 🇮🇳India sarvjeetsingh
I've reviewed the MR and confirmed that the proposed correction resolves the issue in the documentation.
The line:$provider_model = $ai_provider->\Drupal::service('ai_provider');
was incorrect. Hence, replaced with:
$provider_model = $config->get('provider_model');
aligns with the form's configuration.
Looks good to merge!
-
marcus_johansson →
committed 1035620f on 1.1.x authored by
jofitz →
Issue #3524658: Correct error in "Develop a third party module" docs
-
marcus_johansson →
committed 1035620f on 1.1.x authored by
jofitz →
Automatically closed - issue fixed for 2 weeks with no activity.