Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
68 | public function emailAction() |
||
69 | { |
||
70 | $reg = $this->getViewEngine()->render('emails/user_registration', [ |
||
71 | 'siteUrl' => $this->getServerEnvironment()->getSiteURL(), |
||
72 | 'activationLink' => '/user/activate/[email protected]/dhfdhfddhfdh', |
||
73 | ]); |
||
74 | echo $reg; exit; |
||
75 | } |
||
77 |