<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getGmailPushConsumerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\RemoteEvent\GmailPushConsumer' shared autowired service.
     *
     * @return \App\RemoteEvent\GmailPushConsumer
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container));

        if (isset($container->privates['App\\RemoteEvent\\GmailPushConsumer'])) {
            return $container->privates['App\\RemoteEvent\\GmailPushConsumer'];
        }

        $instance = new \App\RemoteEvent\GmailPushConsumer($a);

        if (isset($container->privates['App\\RemoteEvent\\GmailPushConsumer'])) {
            return $container->privates['App\\RemoteEvent\\GmailPushConsumer'];
        }

        return $container->privates['App\\RemoteEvent\\GmailPushConsumer'] = $instance;
    }
}
