Skip to content
Snippets Groups Projects
Commit 5dcce504 authored by skaught's avatar skaught Committed by David Pagini
Browse files

Issue #3368020 by SKAUGHT: app.root services have been converted to container...

Issue #3368020 by SKAUGHT: app.root services have been converted to container parameters | drupal 9 changelog
parent b4dbad22
No related branches found
Tags 2.0.1
No related merge requests found
services:
config_override.override_site:
class: \Drupal\config_override\SiteConfigOverrides
arguments: ['@app.root', '@cache.data']
arguments: ['%app.root%', '@cache.data']
tags:
- { name: config.factory.override }
config_override.override_modules:
class: \Drupal\config_override\ModuleConfigOverrides
arguments: ['@app.root', '@module_handler', '@cache.data']
arguments: ['%app.root%', '@module_handler', '@cache.data']
tags:
- { name: config.factory.override }
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