- Проверка скрипта

parent 3d8637bf
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
use \common\components\UnisenderAPI; use \common\components\UnisenderAPI;
use \yii\helpers\Json; use \yii\helpers\Json;
$template = new \common\modules\messageTemplate\components\Templates(3, ['user_fio' => null]); $template = new \common\modules\messageTemplate\components\Templates(3, ['user_fio' => 'qwerty']);
var_dump($template->getTemplate()); var_dump($template->getTemplate());
//$email = 'bystrov@kupitsite.ru'; //$email = 'bystrov@kupitsite.ru';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment