Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer/autoload.php')
-rw-r--r--composer/autoload.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/autoload.php b/composer/autoload.php
new file mode 100644
index 0000000..633d47b
--- /dev/null
+++ b/composer/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitFullTextSearch::getLoader();