<?php

namespace ContainerK7EGPmB;

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 getGridCatalogService extends AdminKernelProdContainer
{
    /*
     * Gets the private 'PrestaShop\PrestaShop\Core\ExtraProperty\Catalog\GridCatalog' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Core\ExtraProperty\Catalog\GridCatalog
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['.service_locator.U9OMj91'] ?? $container->load('get_ServiceLocator_U9OMj91Service'));

        if (isset($container->privates['PrestaShop\\PrestaShop\\Core\\ExtraProperty\\Catalog\\GridCatalog'])) {
            return $container->privates['PrestaShop\\PrestaShop\\Core\\ExtraProperty\\Catalog\\GridCatalog'];
        }

        $instance = new \PrestaShop\PrestaShop\Core\ExtraProperty\Catalog\GridCatalog($a, ($container->services['logger'] ?? self::getLoggerService($container)), ($container->privates['prestashop.extra_property.catalog.filesystem_cache'] ?? $container->load('getPrestashop_ExtraProperty_Catalog_FilesystemCacheService')));

        if (isset($container->privates['PrestaShop\\PrestaShop\\Core\\ExtraProperty\\Catalog\\GridCatalog'])) {
            return $container->privates['PrestaShop\\PrestaShop\\Core\\ExtraProperty\\Catalog\\GridCatalog'];
        }

        return $container->privates['PrestaShop\\PrestaShop\\Core\\ExtraProperty\\Catalog\\GridCatalog'] = $instance;
    }
}
