<?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 getSettingsEntityUpdatedListenerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Engine\Home\AboutUs\SettingsEntityUpdatedListener' shared autowired service.
     *
     * @return \App\Engine\Home\AboutUs\SettingsEntityUpdatedListener
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\Engine\\Settings\\Sections\\Contact\\GeneralContactsSettingsSection'] ?? $container->load('getGeneralContactsSettingsSectionService'));

        if (isset($container->privates['App\\Engine\\Home\\AboutUs\\SettingsEntityUpdatedListener'])) {
            return $container->privates['App\\Engine\\Home\\AboutUs\\SettingsEntityUpdatedListener'];
        }

        $instance = new \App\Engine\Home\AboutUs\SettingsEntityUpdatedListener($a, ($container->privates['file_adapter_cache'] ?? self::getFileAdapterCacheService($container)));

        if (isset($container->privates['App\\Engine\\Home\\AboutUs\\SettingsEntityUpdatedListener'])) {
            return $container->privates['App\\Engine\\Home\\AboutUs\\SettingsEntityUpdatedListener'];
        }

        return $container->privates['App\\Engine\\Home\\AboutUs\\SettingsEntityUpdatedListener'] = $instance;
    }
}
