aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/composer/autoload.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-23 21:12:27 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-24 20:40:13 +0200
commit53e0b7c1a86591c7f96ee4a689ec96f9e505b7cd (patch)
tree4aa3e33e79dca88a1f70eca85b6a48f70321b23d /apps/updatenotification/composer/autoload.php
parentc20b3d36340d52a0aa515c3649677c0be85e570e (diff)
downloadnextcloud-server-53e0b7c1a86591c7f96ee4a689ec96f9e505b7cd.tar.gz
nextcloud-server-53e0b7c1a86591c7f96ee4a689ec96f9e505b7cd.zip
UpdateNotification Autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/composer/autoload.php')
-rw-r--r--apps/updatenotification/composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/updatenotification/composer/autoload.php b/apps/updatenotification/composer/autoload.php
new file mode 100644
index 00000000000..47cc4d587a5
--- /dev/null
+++ b/apps/updatenotification/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitUpdateNotification::getLoader();