mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -26,7 +26,7 @@ final class LazyServiceInstantiator implements InstantiatorInterface
|
||||
$dumper = new LazyServiceDumper();
|
||||
|
||||
if (!$dumper->isProxyCandidate($definition, $asGhostObject, $id)) {
|
||||
throw new InvalidArgumentException(sprintf('Cannot instantiate lazy proxy for service "%s".', $id));
|
||||
throw new InvalidArgumentException(\sprintf('Cannot instantiate lazy proxy for service "%s".', $id));
|
||||
}
|
||||
|
||||
if (!class_exists($proxyClass = $dumper->getProxyClass($definition, $asGhostObject), false)) {
|
||||
|
||||
Reference in New Issue
Block a user