NamespaceLoader bug fixes

This commit is contained in:
Taras Machyshyn
2021-06-24 17:47:57 +03:00
parent a9623ff698
commit 2a52d3c52e
@@ -160,6 +160,12 @@ class NamespaceLoader
continue;
}
if ($type == 'classmap') {
$classLoader->$methodName($list[$type]);
continue;
}
foreach ($list[$type] as $prefix => $path) {
if (!$skipVendorNamespaces) {
$vendorNamespaces = $this->getVendorNamespaces($path);