Include relationships in login response
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?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 getHandleCreateFacilitiesService extends DMD_LaLigaApi_KernelDevDebugContainer
|
||||
{
|
||||
/**
|
||||
* Gets the private 'DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities' shared autowired service.
|
||||
*
|
||||
* @return \DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities
|
||||
*/
|
||||
public static function do($container, $lazyLoad = true)
|
||||
{
|
||||
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'Season'.\DIRECTORY_SEPARATOR.'createFacilities'.\DIRECTORY_SEPARATOR.'HandleCreateFacilities.php';
|
||||
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'Common'.\DIRECTORY_SEPARATOR.'FacilityFactory.php';
|
||||
|
||||
return $container->privates['DMD\\LaLigaApi\\Service\\Season\\createFacilities\\HandleCreateFacilities'] = new \DMD\LaLigaApi\Service\Season\createFacilities\HandleCreateFacilities(($container->privates['DMD\\LaLigaApi\\Service\\Common\\AuthorizeRequest'] ?? $container->load('getAuthorizeRequestService')), new \DMD\LaLigaApi\Service\Common\FacilityFactory(), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Repository\\SeasonRepository'] ?? $container->load('getSeasonRepositoryService')));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user