<?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\SemrushKeywordListener' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/EntityListener/SemrushKeywordListener.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/CreateKeywordRequest.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Semrush/Requests/DeleteKeywordRequest.php';

return $this->privates['App\\EntityListener\\SemrushKeywordListener'] = new \App\EntityListener\SemrushKeywordListener(($this->privates['App\\Integrations\\Semrush\\Client'] ?? $this->load('getClient2Service.php')), new \App\Integrations\Semrush\Requests\CreateKeywordRequest(), new \App\Integrations\Semrush\Requests\DeleteKeywordRequest());
