<?phpuse 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 private 'kunstmaan_form.send_email_listener' shared service.include_once \dirname(__DIR__, 4).'/vendor/kunstmaan/form-bundle/EventListener/SendEmailListener.php';return $this->privates['kunstmaan_form.send_email_listener'] = new \Kunstmaan\FormBundle\EventListener\SendEmailListener(($this->services['kunstmaan_form.form_mailer'] ?? $this->load('getKunstmaanForm_FormMailerService.php')));