diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-23 21:12:27 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-24 20:40:13 +0200 |
commit | 53e0b7c1a86591c7f96ee4a689ec96f9e505b7cd (patch) | |
tree | 4aa3e33e79dca88a1f70eca85b6a48f70321b23d /apps/updatenotification/composer/autoload.php | |
parent | c20b3d36340d52a0aa515c3649677c0be85e570e (diff) | |
download | nextcloud-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.php | 7 |
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(); |