1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

[Autoload] Generate the autoloader_real file in the target directory

This commit is contained in:
Victor Berchet 2012-08-06 10:56:57 +02:00
parent 2c065416eb
commit 4c82c35dbc
6 changed files with 23 additions and 25 deletions

View file

@ -2,6 +2,6 @@
// autoload.php generated by Composer
require_once 'autoload_realFilesAutoload.php';
require_once __DIR__ . '/composer' . '/autoload_realFilesAutoload.php';
return ComposerAutoloaderInitFilesAutoload::getLoader();