summaryrefslogtreecommitdiffstats
path: root/apps/files/composer/autoload.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-23 16:13:35 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 20:40:12 +0200
commit89802ba01698d5cf3eb3117f9b0b29bfa18fdad5 (patch)
treef0d174c199354b67b084ba8429216b6e5d4d028e /apps/files/composer/autoload.php
parentb906be4d6b10c68e5dad5af3364abc078f133797 (diff)
downloadnextcloud-server-89802ba01698d5cf3eb3117f9b0b29bfa18fdad5.tar.gz
nextcloud-server-89802ba01698d5cf3eb3117f9b0b29bfa18fdad5.zip
Files Autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/composer/autoload.php')
-rw-r--r--apps/files/composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/composer/autoload.php b/apps/files/composer/autoload.php
new file mode 100644
index 00000000000..3aa13fa515d
--- /dev/null
+++ b/apps/files/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitFiles::getLoader();