Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function build(UrlGenerator $urlGenerator) |
||
19 | { |
||
20 | return $this->markdown('mail.registration.already_exists') |
||
21 | ->subject('Registration verification') |
||
22 | ->with([ |
||
23 | 'front_end_url' => $urlGenerator->to(''), |
||
24 | 'password_forgotten_url' => $urlGenerator->to('password/forgotten'), |
||
25 | ]); |
||
28 |