var/cache/dev/ContainerL7lImBN/getMailerListenerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerL7lImBN;
  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 getMailerListenerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Arobases\SyliusProfessionalCustomerPlugin\EventListener\MailerListener' shared service.
  12.      *
  13.      * @return \Arobases\SyliusProfessionalCustomerPlugin\EventListener\MailerListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/arobases-sylius-public/sylius-professional-customer-plugin/src/EventListener/MailerListener.php';
  18.         return $container->privates['Arobases\\SyliusProfessionalCustomerPlugin\\EventListener\\MailerListener'] = new \Arobases\SyliusProfessionalCustomerPlugin\EventListener\MailerListener(($container->services['Sylius\\Component\\Mailer\\Sender\\SenderInterface'] ?? $container->load('getSenderInterfaceService')), ($container->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $container->getChannelContextInterfaceService()), ($container->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $container->getLocaleContextInterfaceService()));
  19.     }
  20. }