var/cache/dev/ContainerKOwRrwR/getExamControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerKOwRrwR;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getExamControllerService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'App\Controller\ExamController' shared autowired service.
  12. *
  13. * @return \App\Controller\ExamController
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18. include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
  19. include_once \dirname(__DIR__, 4).'/src/Controller/ExamController.php';
  20. include_once \dirname(__DIR__, 4).'/src/Service/ExamWebhookService.php';
  21. $a = ($container->privates['App\\Service\\ExamRegistrationsService'] ?? $container->load('getExamRegistrationsServiceService'));
  22. $b = ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService());
  23. $container->services['App\\Controller\\ExamController'] = $instance = new \App\Controller\ExamController(($container->privates['App\\Service\\ExamsService'] ?? $container->load('getExamsServiceService')), ($container->privates['App\\Service\\ProctorService'] ?? $container->load('getProctorServiceService')), ($container->privates['App\\Service\\ExamVendorService'] ?? $container->load('getExamVendorServiceService')), new \App\Service\ExamWebhookService(($container->privates['App\\Repository\\StudentsRepository'] ?? $container->load('getStudentsRepositoryService')), $a, ($container->privates['App\\Service\\VendorsService'] ?? $container->load('getVendorsServiceService')), $b), $a, ($container->privates['App\\Service\\TalService'] ?? $container->load('getTalServiceService')), $b);
  24. $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\ExamController', $container));
  25. return $instance;
  26. }
  27. }