diff --git a/core/core.services.yml b/core/core.services.yml index b1f08d1b30..9d24a58edd 100644 --- a/core/core.services.yml +++ b/core/core.services.yml @@ -462,7 +462,7 @@ services: settings: class: Drupal\Core\Site\Settings factory: Drupal\Core\Site\Settings::getInstance - deprecated: The "%service_id%" service is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Site\Settings instead. See https://www.drupal.org/node/3306646 + deprecated: The "%service_id%" service is deprecated in drupal:9.5.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Site\Settings instead. See https://www.drupal.org/node/3306646 state: class: Drupal\Core\State\State arguments: ['@keyvalue']