diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-12-13 12:06:52 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-12-13 12:07:10 +0100 |
commit | 36da3aa52dd9afc647dfaa0f679f1dd5aa5e55e0 (patch) | |
tree | b0e17494820c30152f7cafe7f74acd3cff8ee588 /lib/composer/autoload.php | |
parent | 60af938bf627639e35dd2a88b49fe5eb8d0283c4 (diff) | |
download | nextcloud-server-36da3aa52dd9afc647dfaa0f679f1dd5aa5e55e0.tar.gz nextcloud-server-36da3aa52dd9afc647dfaa0f679f1dd5aa5e55e0.zip |
Update autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/composer/autoload.php')
-rw-r--r-- | lib/composer/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/composer/autoload.php b/lib/composer/autoload.php index 610dbf34bca..6de0160c0b5 100644 --- a/lib/composer/autoload.php +++ b/lib/composer/autoload.php @@ -2,6 +2,6 @@ // autoload.php @generated by Composer -require_once __DIR__ . '/composer' . '/autoload_real.php'; +require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c::getLoader(); |