diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-17 11:50:44 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-17 21:35:51 +0200 |
commit | f51eccf34ac5c21e1b72cc7cab77b46e96c72f6b (patch) | |
tree | 037ea03b90652d1ee4993f5dcfbfb68caf7da05a /apps/files_sharing/composer/autoload.php | |
parent | 3a9c24c04f41c845df45a8208e6ea1c007487122 (diff) | |
download | nextcloud-server-f51eccf34ac5c21e1b72cc7cab77b46e96c72f6b.tar.gz nextcloud-server-f51eccf34ac5c21e1b72cc7cab77b46e96c72f6b.zip |
Move files_sharing to a proper classmap
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/composer/autoload.php')
-rw-r--r-- | apps/files_sharing/composer/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/composer/autoload.php b/apps/files_sharing/composer/autoload.php new file mode 100644 index 00000000000..3b046bff7f4 --- /dev/null +++ b/apps/files_sharing/composer/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer/autoload_real.php'; + +return ComposerAutoloaderInitf32f03f7cd82bff20d6a51be16689441::getLoader(); |