<?php
namespace ContainerBU7G59P;
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 getDoctrineOrmListenerService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
{
/**
* Gets the private 'Codefog\HasteBundle\EventListener\DoctrineOrmListener' shared autowired service.
*
* @return \Codefog\HasteBundle\EventListener\DoctrineOrmListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/codefog/contao-haste/src/EventListener/DoctrineOrmListener.php';
$a = ($container->services['Codefog\\HasteBundle\\DoctrineOrmHelper'] ?? $container->load('getDoctrineOrmHelperService'));
if (isset($container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'])) {
return $container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'];
}
return $container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'] = new \Codefog\HasteBundle\EventListener\DoctrineOrmListener($a);
}
}