caisse-bliss/var/cache/dev/ContainerVvRT4pd/get_ServiceLocator_L2QwsaZS...

27 lines
951 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
2023-06-20 19:14:19 +02:00
namespace ContainerVvRT4pd;
2023-06-19 12:13:30 +02:00
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
2023-06-20 19:14:19 +02:00
class get_ServiceLocator_L2QwsaZService extends App_KernelDevDebugContainer
2023-06-19 12:13:30 +02:00
{
/**
2023-06-20 19:14:19 +02:00
* Gets the private '.service_locator.l2QwsaZ' shared service.
2023-06-19 12:13:30 +02:00
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
public static function do($container, $lazyLoad = true)
{
2023-06-20 19:14:19 +02:00
return $container->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
2023-06-19 12:13:30 +02:00
], [
2023-06-20 19:14:19 +02:00
'entityManager' => '?',
2023-06-19 12:13:30 +02:00
]);
}
}