diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 17:50:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 17:50:34 +0200 |
commit | 46b77928f746a4231d064774b5b67fd892c7ce86 (patch) | |
tree | e3ea690b3f0def1744ddae758923cf92171ef985 /vendor/autoload.php | |
parent | 68abd9c71b1d2f7bb2e9d21819584d1d15005b25 (diff) | |
download | wallabag-46b77928f746a4231d064774b5b67fd892c7ce86.tar.gz wallabag-46b77928f746a4231d064774b5b67fd892c7ce86.tar.zst wallabag-46b77928f746a4231d064774b5b67fd892c7ce86.zip |
rm vendor
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php deleted file mode 100644 index 9e19b465..00000000 --- a/vendor/autoload.php +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | // autoload.php generated by Composer | ||
4 | |||
5 | require_once __DIR__ . '/composer' . '/autoload_real.php'; | ||
6 | |||
7 | return ComposerAutoloaderInit1c7743925d207055d2ad189b1f10a029::getLoader(); | ||