<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'kunstmaan_form.form_mailer' shared service.
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Helper/FormMailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/Helper/FormMailer.php';
return $this->services['kunstmaan_form.form_mailer'] = new \Kunstmaan\FormBundle\Helper\FormMailer(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['twig'] ?? $this->getTwigService()), $this);