Current File : /var/www/prestashop/vendor/prestashop/translationtools-bundle/Smarty.php
<?php
/**
 * This file is authored by PrestaShop SA and Contributors <contact@prestashop.com>
 *
 * It is distributed under MIT license.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace PrestaShop\TranslationToolsBundle;

use Smarty as BaseSmarty;

class Smarty extends BaseSmarty
{
    public function forceCompile($value)
    {
        return $this->force_compile = $value;
    }
}