diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 15:39:47 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 15:39:47 -0800 |
commit | bab2fb3899cc243e2f67ccf787f3657b250f6e61 (patch) | |
tree | 07ddb755330b320fbd2e2803fdb978cfff3bd452 /vendor/autoload.php | |
parent | 5c4d06d26b808ea50d08f83ae02ac82373fd2208 (diff) |
Remove dependency on PicoFeed
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php index 48156f07..f0391eef 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit52171af285e1b8005511556b6240be1b::getLoader(); +return ComposerAutoloaderInitbdc3716ceecc7570f8ff9a8407f0ca0e::getLoader(); |