<?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.BoYFqS5' 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/ReportGeneratedMessageHandler.php';

return $this->privates['.messenger.handler_descriptor.BoYFqS5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ReportGeneratedMessageHandler(($this->privates['App\\Service\\FileService'] ?? $this->load('getFileServiceService.php')), ($this->privates['App\\Service\\Campaign\\ReportService'] ?? $this->load('getReportServiceService.php'))), []);
