Upgrade to 3.4.5
This commit is contained in:
2
kirby/vendor/composer/ClassLoader.php
vendored
2
kirby/vendor/composer/ClassLoader.php
vendored
@@ -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();
|
||||
|
Reference in New Issue
Block a user