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 df6a4ac commit a756175Copy full SHA for a756175
src/Drupal/Bootstrap.php
@@ -24,7 +24,7 @@ class Bootstrap
24
25
public function __construct()
26
{
27
- $autoload_file = $GLOBALS['composerAutoloadFile'];
+ $autoload_file = $GLOBALS['autoloaderInWorkingDirectory'];
28
/** @noinspection PhpIncludeInspection */
29
$this->autoloader = require $autoload_file;
30
if (!$this->autoloader instanceof ClassLoader) {
0 commit comments