Skip to content
Snippets Groups Projects
Commit f29f0728 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3401459 by jurgenhaas: Properly use "app.root"

parent 59b9239a
No related branches found
Tags 4.1.0 4.1.0-rc1
No related merge requests found
Pipeline #59839 passed
......@@ -103,7 +103,7 @@ class DomainsReceive extends Base {
// The following 2 variables may be required due to Drupal's
// default.settings.php since version 8.2.x.
// @see also https://www.drupal.org/node/2911759
$app_root = $this->container->get('app.root');
$app_root = $this->container->getParameter('app.root');
$site_path = 'sites/' . $shortname;
$class_loader = new DummyClassLoader();
......
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