diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index f17f9b735..f41181f8d 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -39,11 +39,11 @@ class AutoloadGenerator { $autoloads = $this->parseAutoloads(); - $file = <<<'EOF' -register(); EOF; - $file .= file_get_contents(__DIR__.'/ClassLoader.php'); - file_put_contents($targetFilename, $file); }