mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -66,7 +66,7 @@ final class ReverseContainer
|
||||
}
|
||||
|
||||
if (isset($this->serviceContainer->getRemovedIds()[$id])) {
|
||||
throw new ServiceNotFoundException($id, null, null, [], sprintf('The "%s" service is private and cannot be accessed by reference. You should either make it public, or tag it as "%s".', $id, $this->tagName));
|
||||
throw new ServiceNotFoundException($id, null, null, [], \sprintf('The "%s" service is private and cannot be accessed by reference. You should either make it public, or tag it as "%s".', $id, $this->tagName));
|
||||
}
|
||||
|
||||
return $this->serviceContainer->get($id);
|
||||
|
||||
Reference in New Issue
Block a user