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.
2 parents 9ae027f + 28cf1cb commit d175a32Copy full SHA for d175a32
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