This commit is contained in:
Yuri Kuznetsov
2021-06-26 19:21:08 +03:00
parent 061220263c
commit 44fca49e3f

View File

@@ -177,6 +177,8 @@ class NamespaceLoader
}
catch (Throwable $e) {
$this->log->error("Could not add '{$prefix}' to autoload: " . $e->getMessage());
continue;
}
$this->addNamespace($type, $prefix, $path);