<?php
namespace ContainerMDPCS78;
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 getStudentRepositoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Repository\StudentRepository' shared autowired service.
*
* @return \App\Repository\StudentRepository
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Repository/StudentRepository.php';
return $container->privates['App\\Repository\\StudentRepository'] = new \App\Repository\StudentRepository(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->privates['App\\Repository\\SchoolYearRepository'] ?? $container->getSchoolYearRepositoryService()), ($container->privates['App\\Service\\SchoolYearService'] ?? $container->getSchoolYearServiceService()));
}
}