File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getMautic_Lead_Event_DispatcherService.php
<?php
namespace ContainerPqu9koK;
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 getMautic_Lead_Event_DispatcherService extends AppKernelProdContainer
{
/*
* Gets the public 'mautic.lead.event.dispatcher' shared service.
*
* @return \Mautic\LeadBundle\Helper\LeadChangeEventDispatcher
*/
public static function do($container, $lazyLoad = true)
{
$a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->services['mautic.lead.event.dispatcher'])) {
return $container->services['mautic.lead.event.dispatcher'];
}
return $container->services['mautic.lead.event.dispatcher'] = new \Mautic\LeadBundle\Helper\LeadChangeEventDispatcher($a);
}
}