diff options
Diffstat (limited to 'lib/composer/autoload.php')
-rw-r--r-- | lib/composer/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/composer/autoload.php b/lib/composer/autoload.php new file mode 100644 index 00000000000..610dbf34bca --- /dev/null +++ b/lib/composer/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer' . '/autoload_real.php'; + +return ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c::getLoader(); |