guild/common/mail/signup-text.php

11 lines
143 B
PHP
Raw Normal View History

2023-10-18 10:48:38 +03:00
<?php
/* @var $this yii\web\View */
/* @var $user common\models\User */
?>
Hello <?= $user->username ?>,
You have successfully registered!