<?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 getStudentControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\StudentController' shared autowired service.
*
* @return \App\Controller\StudentController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/StudentController.php';
$container->services['App\\Controller\\StudentController'] = $instance = new \App\Controller\StudentController(($container->privates['App\\Service\\StudentsService'] ?? $container->load('getStudentsServiceService')), ($container->privates['App\\Repository\\StudentsRepository'] ?? $container->load('getStudentsRepositoryService')), ($container->privates['App\\Service\\PckPackagesService'] ?? $container->load('getPckPackagesServiceService')), ($container->privates['App\\Service\\ExamRegistrationsService'] ?? $container->load('getExamRegistrationsServiceService')), ($container->privates['App\\Service\\PurchaseService'] ?? $container->load('getPurchaseServiceService')), ($container->privates['App\\Service\\ExamsService'] ?? $container->load('getExamsServiceService')), ($container->privates['App\\Service\\CreditCardsService'] ?? $container->load('getCreditCardsServiceService')), ($container->privates['App\\Service\\ExamStudyMaterialsService'] ?? $container->load('getExamStudyMaterialsServiceService')), ($container->privates['App\\Service\\SchoolService'] ?? $container->load('getSchoolServiceService')), ($container->privates['App\\Service\\MembershipTypeService'] ?? $container->load('getMembershipTypeServiceService')), ($container->privates['App\\Service\\QueryLogService'] ?? $container->load('getQueryLogServiceService')), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\StudentController', $container));
return $instance;
}
}