mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
Перенос шаблонов писем для смены E-mail в папку компонента email'ов
This commit is contained in:
parent
1d5e0ce2c6
commit
0b61c2d819
@ -21,8 +21,8 @@ class ChangeEmailConfirmCurrentEmail extends Template {
|
|||||||
*/
|
*/
|
||||||
protected function getView() {
|
protected function getView() {
|
||||||
return [
|
return [
|
||||||
'html' => '@api/mails/current-email-confirmation-html',
|
'html' => '@common/emails/views/current-email-confirmation-html',
|
||||||
'text' => '@api/mails/current-email-confirmation-text',
|
'text' => '@common/emails/views/current-email-confirmation-text',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@ class ChangeEmailConfirmNewEmail extends Template {
|
|||||||
*/
|
*/
|
||||||
protected function getView() {
|
protected function getView() {
|
||||||
return [
|
return [
|
||||||
'html' => '@api/mails/new-email-confirmation-html',
|
'html' => '@common/emails/views/new-email-confirmation-html',
|
||||||
'text' => '@api/mails/new-email-confirmation-text',
|
'text' => '@common/emails/views/new-email-confirmation-text',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user