File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getPushIDRepositoryService.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 getPushIDRepositoryService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\NotificationBundle\Entity\PushIDRepository' shared autowired service.
*
* @return \Mautic\NotificationBundle\Entity\PushIDRepository
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\NotificationBundle\\Entity\\PushIDRepository'] = new \Mautic\NotificationBundle\Entity\PushIDRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
}
}