<?php

namespace ContainerNcOKZQY;

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 getSeoFillerService extends AdminKernelProdDebugContainer
{
    /**
     * Gets the private 'PrestaShop\PrestaShop\Adapter\Product\Update\Filler\SeoFiller' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Adapter\Product\Update\Filler\SeoFiller
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['PrestaShop\\PrestaShop\\Adapter\\Product\\Update\\Filler\\SeoFiller'] = new \PrestaShop\PrestaShop\Adapter\Product\Update\Filler\SeoFiller(($container->services['PrestaShop\\PrestaShop\\Adapter\\Product\\Repository\\ProductRepository'] ?? $container->load('getProductRepository3Service')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Category\\Repository\\CategoryRepository'] ?? $container->load('getCategoryRepository2Service')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Tools'] ??= new \PrestaShop\PrestaShop\Adapter\Tools()));
    }
}
