mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user