<?php
namespace ContainerVmoLFi0;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getCompanyController2Service extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\CompanyController' shared autowired service.
*
* @return \App\Controller\CompanyController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Controller/CompanyController.php';
$container->services['App\\Controller\\CompanyController'] = $instance = new \App\Controller\CompanyController(($container->privates['App\\Service\\NumberFormatService'] ?? ($container->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService())), ($container->privates['App\\Service\\CompanyService'] ?? $container->load('getCompanyServiceService')), ($container->privates['App\\Service\\FrontAPIService'] ?? $container->load('getFrontAPIServiceService')), ($container->privates['App\\Service\\DynamicHostService'] ?? $container->getDynamicHostServiceService()), ($container->privates['App\\Repository\\BalanceTransactionsRepository'] ?? $container->getBalanceTransactionsRepositoryService()), ($container->privates['App\\Service\\ContractService'] ?? $container->getContractServiceService()), ($container->privates['App\\Service\\PriceService'] ?? $container->getPriceServiceService()), ($container->privates['App\\Service\\SharedResourceCategoryService'] ?? $container->getSharedResourceCategoryServiceService()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CompanyController', $container));
return $instance;
}
}