diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-23 20:57:21 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-24 20:40:13 +0200 |
commit | 21f129dd4686caf8e60cd51eb912d223c7dd44ad (patch) | |
tree | a0ecf4c6323143d76dc612c5d225940141e388ce /apps/oauth2/composer/autoload.php | |
parent | 9e296748ddddbe20a53cfb1bef0e28873a90235f (diff) | |
download | nextcloud-server-21f129dd4686caf8e60cd51eb912d223c7dd44ad.tar.gz nextcloud-server-21f129dd4686caf8e60cd51eb912d223c7dd44ad.zip |
OAuth2 autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2/composer/autoload.php')
-rw-r--r-- | apps/oauth2/composer/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/oauth2/composer/autoload.php b/apps/oauth2/composer/autoload.php new file mode 100644 index 00000000000..276dedf42c2 --- /dev/null +++ b/apps/oauth2/composer/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer/autoload_real.php'; + +return ComposerAutoloaderInitOAuth2::getLoader(); |