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
<?php
namespace ContainerCKzmma7 ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator ;
use Symfony\Component\DependencyInjection\Exception\RuntimeException ;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getNotificationServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\NotificationService' shared autowired service.
*
* @return \App\Service\NotificationService
*/
public static function do( $container , $lazyLoad = true )
{
include_once \dirname ( __DIR__ , 4 ). '/src/Service/NotificationService.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/mailer/MailerInterface.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/mailer/Mailer.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/notifier/Transport/TransportInterface.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/notifier/TexterInterface.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/notifier/Texter.php' ;
$a = ( $container -> privates [ 'mailer.transports' ] ?? $container -> load ( 'getMailer_TransportsService' ));
if (isset($container -> privates [ 'App\\Service\\NotificationService' ])) {
return $container -> privates [ 'App\\Service\\NotificationService' ];
}
$b = ( $container -> services [ 'messenger.default_bus' ] ?? $container -> getMessenger_DefaultBusService ());
if (isset($container -> privates [ 'App\\Service\\NotificationService' ])) {
return $container -> privates [ 'App\\Service\\NotificationService' ];
}
$c = ( $container -> services [ 'event_dispatcher' ] ?? $container -> getEventDispatcherService ());
if (isset($container -> privates [ 'App\\Service\\NotificationService' ])) {
return $container -> privates [ 'App\\Service\\NotificationService' ];
}
$d = ( $container -> privates [ 'texter.transports' ] ?? $container -> load ( 'getTexter_TransportsService' ));
if (isset($container -> privates [ 'App\\Service\\NotificationService' ])) {
return $container -> privates [ 'App\\Service\\NotificationService' ];
}
$e = ( $container -> services [ '.container.private.twig' ] ?? $container -> get_Container_Private_TwigService ());
if (isset($container -> privates [ 'App\\Service\\NotificationService' ])) {
return $container -> privates [ 'App\\Service\\NotificationService' ];
}
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 ()));
}
}