params = $params; } public function getSubject(): string { return 'Ely.by Account forgot password'; } protected function getTemplateName(): string { return 'forgotPassword'; } public function getParams(): array { return [ 'username' => $this->params->getUsername(), 'code' => $this->params->getCode(), 'link' => $this->params->getLink(), ]; } }