Include relationships in login response
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good

This commit is contained in:
Daniel Guzman
2024-06-16 02:35:44 +02:00
parent 4eca9ab832
commit 887f1b47a5
780 changed files with 36283 additions and 3 deletions
@@ -0,0 +1,25 @@
<?php
namespace ContainerDm8zrDD;
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 getHandleRegistrationService extends DMD_LaLigaApi_KernelDevDebugContainer
{
/**
* Gets the private 'DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration' shared autowired service.
*
* @return \DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'User'.\DIRECTORY_SEPARATOR.'Handlers'.\DIRECTORY_SEPARATOR.'register'.\DIRECTORY_SEPARATOR.'HandleRegistration.php';
return $container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\register\\HandleRegistration'] = new \DMD\LaLigaApi\Service\User\Handlers\register\HandleRegistration(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\UserSaver'] ?? $container->load('getUserSaverService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['validator'] ?? $container->load('getValidatorService')));
}
}