LaLiga-BackEnd/var/cache/dev/ContainerXJAXgNH/getHandleNewJoinLeagueReque...

26 lines
1.6 KiB
PHP

<?php
namespace ContainerXJAXgNH;
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 getHandleNewJoinLeagueRequestService extends DMD_LaLigaApi_KernelDevDebugContainer
{
/**
* Gets the private 'DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest' shared autowired service.
*
* @return \DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'League'.\DIRECTORY_SEPARATOR.'newJoinLeagueRequest'.\DIRECTORY_SEPARATOR.'HandleNewJoinLeagueRequest.php';
return $container->privates['DMD\\LaLigaApi\\Service\\League\\newJoinLeagueRequest\\HandleNewJoinLeagueRequest'] = new \DMD\LaLigaApi\Service\League\newJoinLeagueRequest\HandleNewJoinLeagueRequest(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['DMD\\LaLigaApi\\Repository\\LeagueRepository'] ?? $container->load('getLeagueRepositoryService')), ($container->privates['DMD\\LaLigaApi\\Service\\Common\\NotificationFactory'] ?? $container->load('getNotificationFactoryService')), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService')));
}
}