26 lines
1.5 KiB
PHP
26 lines
1.5 KiB
PHP
<?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 getHandleGetNotificationsService extends DMD_LaLigaApi_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the private 'DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications' shared autowired service.
|
|
*
|
|
* @return \DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications
|
|
*/
|
|
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.'getNotifications'.\DIRECTORY_SEPARATOR.'HandleGetNotifications.php';
|
|
|
|
return $container->privates['DMD\\LaLigaApi\\Service\\User\\Handlers\\getNotifications\\HandleGetNotifications'] = new \DMD\LaLigaApi\Service\User\Handlers\getNotifications\HandleGetNotifications(($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')), ($container->privates['DMD\\LaLigaApi\\Repository\\NotificationRepository'] ?? $container->load('getNotificationRepositoryService')), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')));
|
|
}
|
|
}
|