aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/composer/autoload.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-17 11:50:44 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-17 21:35:51 +0200
commitf51eccf34ac5c21e1b72cc7cab77b46e96c72f6b (patch)
tree037ea03b90652d1ee4993f5dcfbfb68caf7da05a /apps/files_sharing/composer/autoload.php
parent3a9c24c04f41c845df45a8208e6ea1c007487122 (diff)
downloadnextcloud-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.php7
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();