<?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 'App\EntityListener\SemrushCampaignListener' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EntityListener/SemrushCampaignListener.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/Configurable.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/RequestInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/CreateCampaignRequest.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/DeleteCampaignRequest.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/UpdateCampaignRequest.php';

return $this->privates['App\\EntityListener\\SemrushCampaignListener'] = new \App\EntityListener\SemrushCampaignListener(($this->privates['App\\Integrations\\Semrush\\Client'] ?? $this->load('getClient2Service.php')), new \App\Integrations\Semrush\Requests\CreateCampaignRequest(), new \App\Integrations\Semrush\Requests\DeleteCampaignRequest(), new \App\Integrations\Semrush\Requests\UpdateCampaignRequest(), $this, ($this->services['kernel'] ?? $this->get('kernel', 1)));
