summaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/composer/autoload.php
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-03-25 18:39:37 +0100
committerGitHub <noreply@github.com>2020-03-25 18:39:37 +0100
commit3cf321fdfc4235a87015a9af2f59c63220016c65 (patch)
treea868d20ff4dc0b629a3063cc5f46bc3d4a32feab /apps/contactsinteraction/composer/autoload.php
parent902adbe1592ed2828365f765c21acad654204c3b (diff)
parent37786c4d74618bcedc9f6087a8994aa224a349ff (diff)
downloadnextcloud-server-3cf321fdfc4235a87015a9af2f59c63220016c65.tar.gz
nextcloud-server-3cf321fdfc4235a87015a9af2f59c63220016c65.zip
Merge pull request #19075 from nextcloud/feature/contact-interaction-event
Collect recent contact interactions
Diffstat (limited to 'apps/contactsinteraction/composer/autoload.php')
-rw-r--r--apps/contactsinteraction/composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/contactsinteraction/composer/autoload.php b/apps/contactsinteraction/composer/autoload.php
new file mode 100644
index 00000000000..7bf597cd9cd
--- /dev/null
+++ b/apps/contactsinteraction/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitContactsInteraction::getLoader();