| Total Complexity | 6 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class AuthController extends \Baka\Auth\AuthController |
||
| 16 | {
|
||
| 17 | /** |
||
| 18 | * Setup for this controller |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function onConstruct() |
||
| 29 | } |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Set the email config array we are going to be sending |
||
| 34 | * |
||
| 35 | * @param String $emailAction |
||
| 36 | * @param Users $user |
||
| 37 | */ |
||
| 38 | protected function sendEmail(Users $user, string $type): void |
||
| 72 |