| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function message(): string |
||
| 22 | { |
||
| 23 | //$emailChangeUrl = $this->config->app->frontEndUrl . '/user/' . $user->user_activation_email . '/email'; |
||
| 24 | //$subject = _('Email Change Request'); |
||
| 25 | //$body = sprintf(_('Click %shere%s to set a new email for your account.'), '<a href="' . $emailChangeUrl . '">', '</a>'); |
||
| 26 | //break; |
||
| 27 | |||
| 28 | return Template::generate('update-email', $this->entity->toArray()); |
||
| 29 | } |
||
| 30 | |||
| 45 |