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:
parent
2c065416eb
commit
4c82c35dbc
6 changed files with 23 additions and 25 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
// autoload.php generated by Composer
|
||||
|
||||
require_once 'autoload_realFilesAutoload.php';
|
||||
require_once __DIR__ . '/composer' . '/autoload_realFilesAutoload.php';
|
||||
|
||||
return ComposerAutoloaderInitFilesAutoload::getLoader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue