summaryrefslogtreecommitdiffstats
path: root/apps/comments/composer/autoload.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-19 13:46:32 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 20:40:11 +0200
commit112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5 (patch)
tree3e374aa19113f2ef580278de121fddfa0ee73f12 /apps/comments/composer/autoload.php
parentce7c9dfe8a3adbe65d2741200383b8dd9d3189bf (diff)
downloadnextcloud-server-112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5.tar.gz
nextcloud-server-112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5.zip
Comments Autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/composer/autoload.php')
-rw-r--r--apps/comments/composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/comments/composer/autoload.php b/apps/comments/composer/autoload.php
new file mode 100644
index 00000000000..c974072d6b7
--- /dev/null
+++ b/apps/comments/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitComments::getLoader();