File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getChannelActionModelService.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 getChannelActionModelService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\ChannelBundle\Model\ChannelActionModel' shared autowired service.
*
* @return \Mautic\ChannelBundle\Model\ChannelActionModel
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\ChannelBundle\\Model\\ChannelActionModel'] = new \Mautic\ChannelBundle\Model\ChannelActionModel(($container->services['Mautic\\LeadBundle\\Model\\LeadModel'] ?? $container->getLeadModelService()), ($container->services['Mautic\\LeadBundle\\Model\\DoNotContact'] ?? $container->getDoNotContactService()), ($container->services['translator'] ?? $container->getTranslator2Service()));
}
}