mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Enhance Service locator
This commit is contained in:
@@ -30,7 +30,7 @@ class InterfaceDiscovery
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
$this->oCacheService = DataModelDependantCache::GetInstance();
|
||||
$this->oCacheService = MetaModel::GetService('DataModelDependantCache');
|
||||
}
|
||||
|
||||
public static function GetInstance(): InterfaceDiscovery
|
||||
|
||||
Reference in New Issue
Block a user