<?php
namespace ContainerS2mj0kg;
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 getAuthorizeNetServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\AuthorizeNetService' shared autowired service.
*
* @return \App\Service\AuthorizeNetService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/AuthorizeNetService.php';
include_once \dirname(__DIR__, 4).'/src/Service/AuthorizeNetErrorLogService.php';
return $container->privates['App\\Service\\AuthorizeNetService'] = new \App\Service\AuthorizeNetService(($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->privates['App\\Service\\ChargesService'] ?? $container->load('getChargesServiceService')), new \App\Service\AuthorizeNetErrorLogService(($container->privates['App\\Repository\\AuthorizeNetErrorLogRepository'] ?? $container->load('getAuthorizeNetErrorLogRepositoryService'))), ($container->privates['App\\Service\\CreditCardsService'] ?? $container->load('getCreditCardsServiceService')), ($container->privates['App\\Repository\\StudentsRepository'] ?? $container->load('getStudentsRepositoryService')));
}
}