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

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

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

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

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