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,30 @@
<?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 getSeasonControllerService extends DMD_LaLigaApi_KernelDevDebugContainer
{
/**
* Gets the public 'DMD\LaLigaApi\Controller\SeasonController' shared autowired service.
*
* @return \DMD\LaLigaApi\Controller\SeasonController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'AbstractController.php';
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'SeasonController.php';
$container->services['DMD\\LaLigaApi\\Controller\\SeasonController'] = $instance = new \DMD\LaLigaApi\Controller\SeasonController();
$instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('DMD\\LaLigaApi\\Controller\\SeasonController', $container));
return $instance;
}
}