Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/ContainerCKzmma7/getNotificationServiceService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerCKzmma7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getNotificationServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  12.      *
  13.      * @return \App\Service\NotificationService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/TexterInterface.php';
  22.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Texter.php';
  23.         $a = ($container->privates['mailer.transports'] ?? $container->load('getMailer_TransportsService'));
  24.         if (isset($container->privates['App\\Service\\NotificationService'])) {
  25.             return $container->privates['App\\Service\\NotificationService'];
  26.         }
  27.         $b = ($container->services['messenger.default_bus'] ?? $container->getMessenger_DefaultBusService());
  28.         if (isset($container->privates['App\\Service\\NotificationService'])) {
  29.             return $container->privates['App\\Service\\NotificationService'];
  30.         }
  31.         $c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  32.         if (isset($container->privates['App\\Service\\NotificationService'])) {
  33.             return $container->privates['App\\Service\\NotificationService'];
  34.         }
  35.         $d = ($container->privates['texter.transports'] ?? $container->load('getTexter_TransportsService'));
  36.         if (isset($container->privates['App\\Service\\NotificationService'])) {
  37.             return $container->privates['App\\Service\\NotificationService'];
  38.         }
  39.         $e = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  40.         if (isset($container->privates['App\\Service\\NotificationService'])) {
  41.             return $container->privates['App\\Service\\NotificationService'];
  42.         }
  43.         return $container->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService(new \Symfony\Component\Mailer\Mailer($a$b$c), new \Symfony\Component\Notifier\Texter($d$b$c), $e, ($container->services['router'] ?? $container->getRouterService()), ($container->privates['App\\Service\\BrandService'] ?? $container->getBrandServiceService()), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->services['translator'] ?? $container->getTranslatorService()));
  44.     }
  45. }