<?php
namespace ContainerKzwxB7E;
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 getBdm_TransactionRepositoryService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'bdm.transaction_repository' shared service.
*
* @return \Bdm\CheckoutBundle\Repository\TransactionRepository
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/bundles/CheckoutBundle/Repository/TransactionRepository.php';
return $container->services['bdm.transaction_repository'] = new \Bdm\CheckoutBundle\Repository\TransactionRepository(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
}
}