We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae027f commit 28cf1cbCopy full SHA for 28cf1cb
src/DependencyInjection/DrupalExtension.php
@@ -66,7 +66,7 @@ public function loadConfiguration(): void
66
if ($config['drupal_root'] !== '' && realpath($config['drupal_root']) !== false && is_dir($config['drupal_root'])) {
67
$start_path = $config['drupal_root'];
68
} else {
69
- $start_path = dirname($GLOBALS['autoloaderInWorkingDirectory'], 2);
+ $start_path = dirname($GLOBALS['autoloaderInWorkingDirectory']);
70
}
71
72
$finder->locateRoot($start_path);
0 commit comments