Skip to content

Commit a756175

Browse files
authored
Use the current working directory autoloader
Fixes #1
1 parent df6a4ac commit a756175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drupal/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Bootstrap
2424

2525
public function __construct()
2626
{
27-
$autoload_file = $GLOBALS['composerAutoloadFile'];
27+
$autoload_file = $GLOBALS['autoloaderInWorkingDirectory'];
2828
/** @noinspection PhpIncludeInspection */
2929
$this->autoloader = require $autoload_file;
3030
if (!$this->autoloader instanceof ClassLoader) {

0 commit comments

Comments
 (0)