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

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CrmMakeContentCommand.php';

$this->privates['App\\Command\\CrmMakeContentCommand'] = $instance = new \App\Command\CrmMakeContentCommand(($this->privates['App\\Service\\ContentService'] ?? $this->load('getContentServiceService.php')), ($this->services['App\\Service\\CampaignService'] ?? $this->load('getCampaignServiceService.php')), ($this->privates['App\\Service\\Content\\StatusService'] ?? $this->load('getStatusServiceService.php')), ($this->privates['App\\Service\\Content\\TypeService'] ?? $this->load('getTypeServiceService.php')), ($this->privates['App\\Service\\Campaign\\TeamMemberService'] ?? $this->load('getTeamMemberServiceService.php')));

$instance->setName('crm:make:content');

return $instance;
