return $factory();
} /**
* Gets the public 'bar' shared service.
*
* @return \stdClass
*/
protected static function getBarService($container,
$lazyLoad = true
) { if (true ===
$lazyLoad) { return $container->services
['bar'
] =
$container->
createProxy('stdClassGhost2fc7938',
static fn () => \stdClassGhost2fc7938::
createLazyGhost(static fn ($proxy) => self::
getBarService($container,
$proxy)));
} return $lazyLoad;
} /**
* Gets the public 'baz' shared service.
*
* @return \stdClass
*/
protected static function getBazService($container,
$lazyLoad = true
) {