Composer.lock reverting

This commit is contained in:
Korzinkayablok 2021-08-25 17:25:17 +03:00
parent c6797c7738
commit 9323c83b7d
2 changed files with 549 additions and 1824 deletions

2372
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -80,6 +80,7 @@ class ProfileController extends \yii\rest\Controller
"Email: ~email~\n". "Email: ~email~\n".
"Комментарий: ~comment~" "Комментарий: ~comment~"
]; ];
$templateProcessor = new BotNotificationTemplateProcessor($templates); $templateProcessor = new BotNotificationTemplateProcessor($templates);
$message = $templateProcessor->renderTemplate('interview_request', $attributes); $message = $templateProcessor->renderTemplate('interview_request', $attributes);