File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getReportDevicesSubscriberService.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 getReportDevicesSubscriberService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\LeadBundle\EventListener\ReportDevicesSubscriber' shared autowired service.
*
* @return \Mautic\LeadBundle\EventListener\ReportDevicesSubscriber
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\LeadBundle\\EventListener\\ReportDevicesSubscriber'] = new \Mautic\LeadBundle\EventListener\ReportDevicesSubscriber(($container->services['mautic.lead.reportbundle.fields_builder'] ?? $container->load('getMautic_Lead_Reportbundle_FieldsBuilderService')), ($container->services['Mautic\\LeadBundle\\Model\\CompanyReportData'] ?? $container->load('getCompanyReportDataService')));
}
}