File: //dev/shm/fym/cache/prod/ContainerYor9IUF/getCleanupMaintenanceCommandService.php
<?php
namespace ContainerYor9IUF;
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 getCleanupMaintenanceCommandService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\CoreBundle\Command\CleanupMaintenanceCommand' shared autowired service.
*
* @return \Mautic\CoreBundle\Command\CleanupMaintenanceCommand
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\CoreBundle\\Command\\CleanupMaintenanceCommand'] = new \Mautic\CoreBundle\Command\CleanupMaintenanceCommand(($container->services['translator'] ?? $container->getTranslator2Service()), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['mautic.helper.paths'] ?? $container->getMautic_Helper_PathsService()), ($container->services['mautic.helper.core_parameters'] ?? ($container->services['mautic.helper.core_parameters'] = new \Mautic\CoreBundle\Helper\CoreParametersHelper($container))), ($container->services['Mautic\\CoreBundle\\Model\\AuditLogModel'] ?? $container->getAuditLogModelService()), ($container->services['mautic.helper.ip_lookup'] ?? $container->getMautic_Helper_IpLookupService()));
}
}