return \
foo_bar();
} /**
* Gets the public 'buz' shared service.
*
* @return \stdClass
*/
protected static function getBuzService($container,
$lazyLoad = true
) { if (true ===
$lazyLoad) { return $container->services
['buz'
] =
$container->
createProxy('stdClassProxy2fc7938',
static fn () => \stdClassProxy2fc7938::
createLazyProxy(static fn () => self::
getBuzService($container, false
)));
} return \
foo_bar();
} /**
* Gets the public 'foo' shared service.
*
* @return \stdClass
*/
protected static function getFooService($container,
$lazyLoad = true
) {