<?php

namespace ContainerYfsqiAB;

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 getPrestashop_SmartyService extends AdminKernelDevContainer
{
    /*
     * Gets the public 'prestashop.smarty' shared service.
     *
     * @return \PrestaShop\TranslationToolsBundle\Smarty
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['prestashop.smarty'] = $instance = new \PrestaShop\TranslationToolsBundle\Smarty();

        $instance->setCompileDir(($container->targetDir.''.'/smarty'));
        $instance->forceCompile(true);
        $instance->registerResource('module', ($container->services['prestashop.translation.helper.smarty.smarty_resource_module'] ??= new \PrestaShop\TranslationToolsBundle\Translation\Helper\Smarty\SmartyResourceModule()));
        $instance->registerResource('parent', ($container->services['prestashop.translation.helper.smarty.smarty_resource_parent'] ??= new \PrestaShop\TranslationToolsBundle\Translation\Helper\Smarty\SmartyResourceParent()));

        return $instance;
    }
}
