NamespaceLoader bug fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user