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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Crm/Copyscape/RemainingCommand.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Copyscape/RequestInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Copyscape/RemainingRequest.php';

$this->privates['App\\Command\\Crm\\Copyscape\\RemainingCommand'] = $instance = new \App\Command\Crm\Copyscape\RemainingCommand(($this->privates['App\\Integrations\\Copyscape\\GuzzleHandler'] ?? $this->load('getGuzzleHandlerService.php')), new \App\Integrations\Copyscape\RemainingRequest());

$instance->setName('crm:copyscape:remaining');

return $instance;
