]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/autoload.php
Cleanup
[github/wallabag/wallabag.git] / app / autoload.php
diff --git a/app/autoload.php b/app/autoload.php
deleted file mode 100644 (file)
index c5f664d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-use Composer\Autoload\ClassLoader;
-use Doctrine\Common\Annotations\AnnotationRegistry;
-
-/**
- * @var ClassLoader
- */
-$loader = require __DIR__ . '/../vendor/autoload.php';
-
-AnnotationRegistry::registerLoader([$loader, 'loadClass']);
-
-return $loader;