<?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\Command\Crm\Semrush\UnitsCommand' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Crm/Semrush/UnitsCommand.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/GetApiUnitsRequest.php';

$this->privates['App\\Command\\Crm\\Semrush\\UnitsCommand'] = $instance = new \App\Command\Crm\Semrush\UnitsCommand(($this->privates['App\\Integrations\\Semrush\\Client'] ?? $this->load('getClient2Service.php')), new \App\Integrations\Semrush\Requests\GetApiUnitsRequest());

$instance->setName('crm:semrush:units');

return $instance;
