Files
LaLiga-BackEnd/var/cache/dev/ContainerKN2ctUu/get_ServiceLocator_FoktWoUService.php
T
Daniel Guzman 887f1b47a5
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
Include relationships in login response
2024-06-16 02:35:44 +02:00

28 lines
1.1 KiB
PHP

<?php
namespace ContainerKN2ctUu;
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_FoktWoUService extends DMD_LaLigaApi_KernelDevDebugContainer
{
/**
* Gets the private '.service_locator.FoktWoU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['.service_locator.FoktWoU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
'handleRegistration' => ['privates', 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration', 'getHandleRegistrationService', true],
], [
'handleRegistration' => 'DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration',
]);
}
}