mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix deprecation docs
This commit is contained in:
@@ -66,7 +66,7 @@ class ContainerConfiguration implements Configuration
|
||||
|
||||
if (!$className) {
|
||||
/** @deprecated */
|
||||
/** @todo Remove in 8.0. */
|
||||
/** @todo Remove in v9.0. */
|
||||
$className = $this->metadata->get(['app', 'loaders', ucfirst($name)]);
|
||||
}
|
||||
} catch (Exception) {}
|
||||
|
||||
Reference in New Issue
Block a user