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

parent 70982489
...@@ -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(1, ['user_fio' => 'asd']); $template = new \common\modules\messageTemplate\components\Templates(1, ['user_fio' => null]);
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