diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-19 13:46:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-24 20:40:11 +0200 |
commit | 112b0d57a8c9c14a7274c0d6f8fcfe12d25494c5 (patch) | |
tree | 3e374aa19113f2ef580278de121fddfa0ee73f12 /apps/comments/composer/autoload.php | |
parent | ce7c9dfe8a3adbe65d2741200383b8dd9d3189bf (diff) | |
download | nextcloud-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.php | 7 |
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(); |