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

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

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

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

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