Update Smarty Extended for Smarty-extended v5 upgrade

This commit is contained in:
Clemens Schwaighofer
2024-12-27 11:30:55 +09:00
parent c778a4eb81
commit fbe827e989
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ declare(strict_types=1);
namespace CoreLibs\Template;
// leading slash if this is in lib\Smarty
class SmartyExtend extends \Smarty
class SmartyExtend extends \Smarty\Smarty
{
// internal translation engine
/** @var \CoreLibs\Language\L10n */