var/cache/dev/ContainerCoWZuwH/getCommandeEmailService.php line 12

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the public 'App\Utils\Emails\CommandeEmail' shared autowired service.
  6. include_once \dirname(__DIR__4).'/src/Utils/Emails/BaseEmail.php';
  7. include_once \dirname(__DIR__4).'/src/Utils/Emails/CommandeEmail.php';
  8. return $this->services['App\\Utils\\Emails\\CommandeEmail'] = new \App\Utils\Emails\CommandeEmail(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_EMAIL_EXPEDITEUR'), $this->getEnv('APP_SITE_NAME'), ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));