diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-09 13:15:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-09 13:15:50 -0700 |
commit | 799d4ad54932f387e0f852833b5ac3377c760b32 (patch) | |
tree | 4a99caba860f8b604124ac54770b4c50bd999df4 /vendor/autoload.php | |
parent | 024d2737d001fe1bbae3b4310c7e205d2c014c6f (diff) | |
parent | 8dcdcd55e5c949ad7fed16d0edc92d0db3689470 (diff) | |
download | volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.gz volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.bz2 volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 063a1b7e1..8b4926c3d 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -2,6 +2,6 @@ // autoload.php @generated by Composer -require_once __DIR__ . '/composer' . '/autoload_real.php'; +require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit7b34d7e50a62201ec5d5e526a5b8b35d::getLoader(); |