aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/ClassLoader.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-09-17 10:23:20 +0000
committerMario <mario@mariovavti.com>2020-09-17 10:23:20 +0000
commit813ab2c5ed9d8e2f545e85b734dbf06cbf5ad795 (patch)
treeb17b1a6fad3a0d13c81a43e42fbfea0b2bdc09c0 /vendor/composer/ClassLoader.php
parent4acdf9e8177187cf3921b0bce27e9a476d3ad617 (diff)
downloadvolse-hubzilla-813ab2c5ed9d8e2f545e85b734dbf06cbf5ad795.tar.gz
volse-hubzilla-813ab2c5ed9d8e2f545e85b734dbf06cbf5ad795.tar.bz2
volse-hubzilla-813ab2c5ed9d8e2f545e85b734dbf06cbf5ad795.zip
regenerate autoload file
Diffstat (limited to 'vendor/composer/ClassLoader.php')
-rw-r--r--vendor/composer/ClassLoader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php
index fce8549f0..03b9bb9c4 100644
--- a/vendor/composer/ClassLoader.php
+++ b/vendor/composer/ClassLoader.php
@@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
- return call_user_func_array('array_merge', $this->prefixesPsr0);
+ return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}
return array();