<?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 private '.messenger.handler_descriptor.QBTOnpm' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/NegotiationMessageHandler.php';

return $this->privates['.messenger.handler_descriptor.QBTOnpm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\NegotiationMessageHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->privates['App\\Service\\NegotiationMessageService'] ?? $this->load('getNegotiationMessageServiceService.php')), ($this->privates['App\\Service\\Content\\ContentFileExporter'] ?? $this->load('getContentFileExporterService.php')), ($this->services['kernel'] ?? $this->get('kernel', 1))), []);
