<?php
namespace Container9fE7Qt5;
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 getCronControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\CronController' shared autowired service.
*
* @return \App\Controller\CronController
*/
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/CronController.php';
$container->services['App\\Controller\\CronController'] = $instance = new \App\Controller\CronController(($container->privates['App\\Repository\\TeacherScheduleRepository'] ?? $container->load('getTeacherScheduleRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\PaidCourseListRepository'] ?? $container->load('getPaidCourseListRepositoryService')), ($container->privates['App\\Notification\\SlackClient'] ?? $container->load('getSlackClientService')), ($container->privates['App\\Notification\\EmailNotification'] ?? $container->load('getEmailNotificationService')), ($container->privates['App\\Repository\\HomeworkRepository'] ?? $container->load('getHomeworkRepositoryService')), ($container->privates['App\\Repository\\TeacherRepository'] ?? $container->load('getTeacherRepositoryService')), ($container->privates['App\\Repository\\HolidayRepository'] ?? $container->load('getHolidayRepositoryService')), ($container->privates['App\\Repository\\UserPlacementTestRepository'] ?? $container->load('getUserPlacementTestRepositoryService')), ($container->privates['App\\Notification\\SlackNotification\\LevelTestSlackNotification'] ?? $container->load('getLevelTestSlackNotificationService')));
$instance->setContainer(($container->privates['.service_locator.0nu4pdX'] ?? $container->load('get_ServiceLocator_0nu4pdXService'))->withContext('App\\Controller\\CronController', $container));
return $instance;
}
}