<?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.Im6om3y' 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/KeywordCheckedHandler.php';

return $this->privates['.messenger.handler_descriptor.Im6om3y'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\KeywordCheckedHandler(($this->privates['App\\Service\\Campaign\\KeywordService'] ?? $this->load('getKeywordServiceService.php'))), []);
