<?php

namespace ContainerYbU9dcX;

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 getInertiaResponseAttributeListenerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'Rompetomp\InertiaBundle\EventListener\InertiaResponseAttributeListener' shared service.
     *
     * @return \Rompetomp\InertiaBundle\EventListener\InertiaResponseAttributeListener
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['rompetomp_inertia.inertia'] ?? self::getRompetompInertia_InertiaService($container));

        if (isset($container->privates['Rompetomp\\InertiaBundle\\EventListener\\InertiaResponseAttributeListener'])) {
            return $container->privates['Rompetomp\\InertiaBundle\\EventListener\\InertiaResponseAttributeListener'];
        }

        $instance = new \Rompetomp\InertiaBundle\EventListener\InertiaResponseAttributeListener($a);

        if (isset($container->privates['Rompetomp\\InertiaBundle\\EventListener\\InertiaResponseAttributeListener'])) {
            return $container->privates['Rompetomp\\InertiaBundle\\EventListener\\InertiaResponseAttributeListener'];
        }

        return $container->privates['Rompetomp\\InertiaBundle\\EventListener\\InertiaResponseAttributeListener'] = $instance;
    }
}
