Fix
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
Daniel Guzman
2024-06-09 00:58:29 +02:00
parent 9b0630133c
commit 9614a201bb
763 changed files with 1319 additions and 982 deletions
@@ -0,0 +1,31 @@
<?php
namespace ContainerEB2LqQ8;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class get_ServiceLocator_JzhWNcbService extends DMD_LaLigaApi_KernelDevDebugContainer
{
/**
* Gets the private '.service_locator.jzhWNcb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['.service_locator.jzhWNcb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', true],
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', true],
'userRepository' => ['privates', 'DMD\\LaLigaApi\\Repository\\UserRepository', 'getUserRepositoryService', true],
], [
'entityManager' => '?',
'passwordHasher' => '?',
'userRepository' => 'DMD\\LaLigaApi\\Repository\\UserRepository',
]);
}
}