mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлены тесты для новоявленного компонента
This commit is contained in:
@@ -19,7 +19,7 @@ class ForgotPasswordEmail extends TemplateWithRenderer {
|
||||
return 'Ely.by Account forgot password';
|
||||
}
|
||||
|
||||
protected function getTemplateName(): string {
|
||||
public function getTemplateName(): string {
|
||||
return 'forgotPassword';
|
||||
}
|
||||
|
||||
|
@@ -19,7 +19,7 @@ class RegistrationEmail extends TemplateWithRenderer {
|
||||
return 'Ely.by Account registration';
|
||||
}
|
||||
|
||||
protected function getTemplateName(): string {
|
||||
public function getTemplateName(): string {
|
||||
return 'register';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user