diff --git a/bin/drupal.php b/bin/drupal.php index 6070fc633..171c91fb4 100644 --- a/bin/drupal.php +++ b/bin/drupal.php @@ -33,7 +33,7 @@ } if (isset($autoloader)) { - $autoload = include_once $autoloader; + $autoload = include $autoloader; } else { echo ' You must set up the project dependencies using `composer install`' . PHP_EOL; exit(1);